Folders View (Repository.Item Schema)
[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 Folders view.
Column | Type | Required | Description |
---|---|---|---|
Id |
int |
yes |
An integer that uniquely identifies the Folder. |
Name |
nvarchar(50) |
yes |
The name of the Folder. |
Folder |
int |
The parent Folder. A null value indicates that the Folder does not have a parent and is at the top of the Folder hierarchy. |