Field |
Field Type |
Null |
Notes |
Description |
CONTEXTRECORDID |
nvarchar(100) |
|
Default = '' |
The ID of the record that represents the root node of the relationship map instance. |
NAME |
nvarchar(255) |
|
Default = '' |
The name of the relationship map instance. |
DESCRIPTION |
nvarchar(1000) |
|
Default = '' |
A description of the relationship map instance. |
DEFINITIONXML |
xml |
|
|
The relationship map instance definition XML. |
PARAMETERDEFINITIONXML |
xml |
 |
|
The parameter definition XML for filtering the relationship map instance's nodes. |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
OTHERSCANMODIFY |
bit |
|
Default = 1 |
Flag indicating whether a user other than the owner of the relationship map instance can modify the instance. |