Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(255) | Default = '' | A name for the output field. | |
![]() |
nvarchar(255) | Default = '' | The field name of this output field from the query view, or the table name, if it's a smart field. | |
![]() |
int | Default = 0 | The sequence of the output field. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
tinyint | Default = 0 | The type of this output field | |
![]() |
nvarchar(17) (Computed) | ![]() |
CASE [TYPECODE] WHEN 0 THEN N'Query view' WHEN 1 THEN N'Smart field' WHEN 2 THEN N'Custom query view' WHEN 3 THEN N'Smart field group' END | Provides a translation for the 'TYPECODE' field. |
![]() |
nvarchar(1500) | Default = '' | The queryview path to this field. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | MKTEXPORTDEFINITION.ID | The export definition to which this output field belongs. | |
![]() |
uniqueidentifier | QUERYVIEWCATALOG.ID | The query view containing this output field. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
QUERYVIEWCATALOG.ID | The custom query view containing this output field. |
![]() |
uniqueidentifier | ![]() |
QUERYVIEWRELATIONSHIP.ID | The custom query view relationship record describing this output field's relationship to its parent query view. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
EXPORTDEFINITIONID, NAME, QUERYVIEWCATALOGID | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |