dbo.DPRScript
Synchronization scripts
TableType TUsage USERDATARows 2SizeMB 0.048
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DPRScript | varchar(38) | no | Synchronization script | PKUID |
Name | nvarchar(512) | no | Name | |
NameFormat | nvarchar(64) | yes | Name format | |
DisplayName | nvarchar(512) | yes | Display name | |
Description | nvarchar(2048) | yes | Description | |
SerializationBag | nvarchar(-1) | yes | Serialization bag | |
ScriptCode | nvarchar(-1) | yes | Script code | |
UID_DPRShell | varchar(38) | yes | Synchronization project | FKUID |
UID_QBMClrType | varchar(38) | yes | CLR type | FKUID |
XObjectKey | varchar(138) | no | Object key | |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
IsMasterScript | bit(1) | yes | Script template | |
XTouched | nchar(2) | yes | Processing status | |
UID_DPRSchemaType | varchar(38) | yes | Schema type | FKUID |
IsExternal | bit(1) | yes | Pre-compilation required |
Relations
| FK | From | To |
|---|---|---|
| DPR_RFRL2310 | DPRScript.UID_DPRShell | DPRShell.UID_DPRShell |
| DPR_RFRL2311 | DPRScript.UID_QBMClrType | QBMClrType.UID_QBMClrType |
Triggers
GEN_T10F8871981F7CF0A396AD221E SQL_TRIGGER
GEN_T23A111C4CEBAA94E6EBFC67AC SQL_TRIGGER
GEN_T32DB11F2372944E50745D6027 SQL_TRIGGER
Referenced by / reverse relations
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.GEN_T353941C5D932D4A381E0AD0EC | SQL expression dependency | OBJECT_OR_COLUMN |
| DPRShell | referenced by foreign key from table | DPR_RFRL2310: DPRScript.UID_DPRShell -> DPRShell.UID_DPRShell |
| QBMClrType | referenced by foreign key from table | DPR_RFRL2311: DPRScript.UID_QBMClrType -> QBMClrType.UID_QBMClrType |