Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
The name of the parameter set. |
DESCRIPTION |
nvarchar(255) |
|
Default = '' |
The description of the parameter set. |
CREATEOUTPUTSELECTION |
bit |
|
Default = 0 |
Indicates that an output selection should be created. |
OVERWRITEOUTPUTSELECTION |
bit |
|
Default = 0 |
Indicates that an existing output selection with OUTPUTSELECTIONNAME should be overwritten. |
OUTPUTSELECTIONNAME |
nvarchar(100) |
|
Default = '' |
Indicates the name of the created output selection. |
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. |