FoldersTable Extent (Repository.Item Module)
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Stores Modeling Services Folders that help to organize, secure, and manage items in tables that use the Folder design pattern.
Fields
The following table lists the fields in the FoldersTable extent.
Column | Type | Required | Description |
---|---|---|---|
Id |
Integer32 |
yes |
An integer that uniquely identifies the Folder. |
Folder |
Integer32 |
The parent Folder. A null value indicates that the Folder does not have a parent and is at the top of the Folder hierarchy. |
|
Name |
Text(100) |
yes |
The name of the Folder. |
Remarks
To work with this extent in the SQL Server Modeling Services, see FoldersTable Table (Repository.Item Schema).