Field |
Field Type |
Null |
Notes |
Description |
FOLDERPATH |
nvarchar(1024) |
|
|
The path to the specified folder in Report Services. |
DISPLAYNAME |
nvarchar(255) |
|
|
The user-friendly name to be displayed for the specified folder. |
SEQUENCE |
int |
|
Default = 0 |
The order in which to display the folders. |
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 |