SecuredResourceKindsTable 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.]
Provides a list of the kinds of resources that can be secured in the Modeling Services database. A Folder is an example of a kind of secured resource.
Fields
The following table lists the fields in the SecuredResourceKindsTable extent.
Column | Type | Required | Description |
---|---|---|---|
Id |
Guid |
yes |
The identifier of the resource kind. |
Name |
Text(4166) |
yes |
The name of the resource kind. |
Description |
Text(4166) |
A localized description of the secured operation that references the [System.Globalization].[Strings] view. |
|
Internal Hash_Name |
Integer32 |
yes |
This is a readonly, computed column. |
Remarks
To work with this extent in the SQL Server Modeling Services, see SecuredResourceKindsTable Table (Repository.Item Schema).