CONFIGURATIONEXPORTINSTANCE
Stores parameter settings for a specific step in the configuration export business process.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
CONFIGURATIONEXPORTDATAFORMITEM |
xml |
yes |
|
Stores the saved parameters for the configuration export process. |
SEQUENCE |
int |
|
Default = 0 |
|
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_CONFIGURATIONEXPORTINSTANCE_CONFIGURATIONDATACATALOGID |
CONFIGURATIONDATACATALOGID |
|
|
|
IX_CONFIGURATIONEXPORTINSTANCE_CONFIGURATIONEXPORTPROCESSID |
CONFIGURATIONEXPORTPROCESSID |
|
|
|
IX_CONFIGURATIONEXPORTINSTANCE_DATEADDED |
DATEADDED |
|
|
yes |
IX_CONFIGURATIONEXPORTINSTANCE_DATECHANGED |
DATECHANGED |
|
|
|
PK_CONFIGURATIONEXPORTINSTANCE |
ID |
yes |
yes |
|
Triggers