dbo.DPRProjectionStartInfo
Defines start parameter for a synchronization. The table is handled by the SynchronizationEditor. Do not make any changes here.
TableType TUsage USERDATARows 3SizeMB 0.064
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_DPRProjectionStartInfo | varchar(38) | no | Start configuration | PKUID |
UID_DPRProjectionConfig | varchar(38) | yes | Workflow | FKUID |
UID_DPRSystemVariableSet | varchar(38) | yes | Variable set | FKUID |
DebugMode | bit(1) | yes | Debug mode | |
ProjectionDirection | nvarchar(64) | yes | Synchronization direction | |
RevisionHandling | nvarchar(64) | yes | Revision handling | |
PartitionSize | int(4) | yes | Partition size | |
LoadPartitionedThreshold | int(4) | yes | Load partitioned threshold | |
Name | nvarchar(512) | yes | Name | |
DisplayName | nvarchar(512) | yes | Display name | |
NameFormat | nvarchar(64) | yes | Name format | |
Description | nvarchar(2048) | yes | Description | |
UID_DPRShell | varchar(38) | no | Synchronization project | FKUID |
SerializationBag | nvarchar(-1) | yes | Serialization bag | |
UID_QBMClrType | varchar(38) | no | 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 | |
XTouched | nchar(2) | yes | Processing status | |
LastStart | datetime(8) | yes | Last start | |
UseSingleProcessContextExec | bit(1) | yes | Use single process context | |
UID_DPRRootObjConnectionInfo | varchar(38) | yes | Connection info of synchronized system | FKUID |
BulkLevel | int(4) | yes | Bulk level | |
MaintenanceType | nvarchar(64) | yes | Maintenance type | limited |
MaintenanceRetryCycles | int(4) | yes | Maintenance retries | |
StartGroupName | nvarchar(128) | yes | Start group | |
StartGroupConcurrenceBehavior | nvarchar(32) | yes | Concurrence behavior | limited |
ProgressText | nvarchar(512) | yes | Synchronization progress | |
ProgressValue | float(8) | yes | Synchronization progress (percentage) | |
CurrentJobReference | varchar(40) | yes | Current process reference | |
SysConcurrenceCheckMode | nvarchar(64) | yes | System concurrence check mode | |
SysConcurrenceCacheLifeTime | int(4) | yes | Cache lifetime | |
FailureHandlingMode | nvarchar(64) | yes | Failure handling mode | |
FailureHandlingRetryCycles | int(4) | yes | Maximum number of retries |
Relations
| FK | From | To |
|---|---|---|
| DPR_RFRL2474 | DPRProjectionStartInfo.UID_DPRShell | DPRShell.UID_DPRShell |
| DPR_RFRL2475 | DPRProjectionStartInfo.UID_QBMClrType | QBMClrType.UID_QBMClrType |
| DPR_RFRL2497 | DPRProjectionStartInfo.UID_DPRRootObjConnectionInfo | DPRRootObjConnectionInfo.UID_DPRRootObjConnectionInfo |
Triggers
GEN_T14A1FC6C6D44496A242344432 SQL_TRIGGER
GEN_T263485ABAD5B92BDCB9AC2E46 SQL_TRIGGER
GEN_T3E2DAC7D025EBC4A821E1A46C SQL_TRIGGER
GEN_T411E86F58A42FF24F7BCFCC8F SQL_TRIGGER
GEN_T5ED3734810992A50814FC58B4 SQL_TRIGGER
GEN_T69795C8F40C5BAF4DA22445E9 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.DPR_FTProjectionRootRunning | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.DPR_FGIProjectionRootRunning | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T11920FFC944F0056A3411E7F6 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T12CE1957372DF9066AA75DC63 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T13371B79AFC07E3D85A0E6931 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T21D0EF748192A33BF06004216 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T2ABAE3443DC53DD3EC1BBAC13 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T2D23028ED6A3F647D1612DD0C | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T39F1E8AA12558B27224F1C08D | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.GEN_T3C525F2AB326629B21A033B17 | SQL expression dependency | OBJECT_OR_COLUMN |
| dbo.QERVShellOwnerUsage | SQL expression dependency | OBJECT_OR_COLUMN |
| DPRShell | referenced by foreign key from table | DPR_RFRL2474: DPRProjectionStartInfo.UID_DPRShell -> DPRShell.UID_DPRShell |
| QBMClrType | referenced by foreign key from table | DPR_RFRL2475: DPRProjectionStartInfo.UID_QBMClrType -> QBMClrType.UID_QBMClrType |
| DPRRootObjConnectionInfo | referenced by foreign key from table | DPR_RFRL2497: DPRProjectionStartInfo.UID_DPRRootObjConnectionInfo -> DPRRootObjConnectionInfo.UID_DPRRootObjConnectionInfo |
| dbo.DPR_FTProjectionRootRunning | source text reference | SQL_INLINE_TABLE_VALUED_FUNCTION |
| dbo.DPR_FGIProjectionRootRunning | source text reference | SQL_SCALAR_FUNCTION |
| cs-dpr-customizer-dpr-customizer-dprprojectionstartinfo.cs | decompiled C# reference | classes DPRProjectionStartInfo, _003C_003Ec__DisplayClass0_0; methods _003COnSavingAsync_003Eb__0, MoveNext, SetStateMachine, OnSavingAsync; references DialogSchedule, DPRProjectionStartInfo, JobAutoStart; markers reads entity values, references DB/Dialog objects |
| cs-vi-projector-editor-vi-projector-editor-managestartsequencesdialog.cs | decompiled C# reference | classes ManageStartSequencesDialog; methods OnTranslateDialog, OnSave, OnShown, _SetupLogic, _FilterStartInfos, _Move; references DialogSchedule, DialogTable, DPRProjectionStartInfo, DPRShell, DPRStartSequence, ESet; markers reads entity values, references DB/Dialog objects |