Views (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.]

The Repository.Item schema contains the following views.

Views

View Description

CurrentPermissions

Returns a list of permissions for the current database session. This list includes resources and the operations that are allowed on those resources.

Folders

Stores Modeling Services Folders that help to organize, secure, and manage items in tables that use the Folder design pattern.

PermissionRules

Horn clause based inference rules for permissions (for example, if a principal is authorized to perform a read operation on the .NET Framework resource Folder, then the principal is authorized to perform the read operation on the .NET Framework\2.0 resource Folder).

ReadableFoldersView

Provides a list of Folder identifiers that the caller has permissions to read.

RemovalPolicies

Stores removal policies used by Modeling Services lifetime services.

SecuredOperations

Stores a list of securable operations in the Modeling Services database. Two operations are predefined: reading and updating.

SecuredResourceKinds

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.

SecuredResourcePermissions

Stores a list of permitted operations on resources for a given claim.

SecuredResources

Stores a list of secured resources and their kinds.

SecurityClaimKinds

Provides a list of the kind of claims in the Modeling Services database. An example of a claim is a Windows security identifier (SID).

SecurityClaims

Stores claims and their claim kind.

SessionsPermissions

Returns a list of permitted resource operations for the current database session.

SessionsSecurityClaims

Lists the active database sessions and their associated claim identifiers.

TheSessionsSecurityClaims

Lists the current database session and its associated claim identifiers.

UpdatableFoldersView

Provides a list of Folder identifiers that the caller has permissions to update.

Remarks

See Also

Reference

Repository.Item Schema

Send comments about this topic to Microsoft.