Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(255) |
|
Default = '' |
A friendly name for the field. |
QUERYFIELD |
nvarchar(255) |
|
Default = '' |
The field name of this field from the query view. |
SEQUENCE |
int |
|
Default = 0 |
The sequence of the field. |
ISACTIVE |
bit |
|
Default = 1 |
Flag to determine if the field is actively being used in source analysis rules. |
PURPOSE |
nvarchar(255) |
|
Default = '' |
A definitive reason why this field should be part of the source analysis rule. |
ISCUSTOM |
bit |
|
Default = 1 |
A value of True means this is a field added by the user and is not a system field. |
DBOBJECTNAME |
nvarchar(255) |
|
Default = '' |
The name of the query view that displays this field. |
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. |
VIEWPATH |
nvarchar(4000) |
|
Default = '' |
Holds the view path to this field. |
CACHETABLECOLUMNNAME |
nvarchar(255) |
|
Default = '' |
Holds the name of the column in the data cache table that corresponds to this field. |
ISIDSET |
bit |
|
Default = 0 |
Identifies this field as coming from an IDSET, possibly an ADHOC query or a marketing segment. |
QUERYABLE |
bit |
|
Default = 1 |
|