Data Types (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 data types (UDTs).

Types

Type System type Description

FolderId

int

An integer that uniquely identifies a Modeling Services Folder within a single instance of the Modeling Services database.

FolderName

nvarchar(50)

A unicode string for a Modeling Services Folder name, having a maximum length of 100 characters.

Principal

varbinary(85)

A binary security identifier (SID) of a principal.

RemovalPolicyName

nvarchar(517)

A name of a removal policy used with lifetime services.

SecuredOperationId

uniqueidentifier

A GUID that represents an operation, such as read or update, in the Modeling Services database.

SecuredResource

sql_variant

A value of a secured resource.

SecuredResourceId

bigint

An integer that uniquely identifies a secured resource in the Modeling Services database.

SecuredResourceKindId

uniqueidentifier

A GUID that represents the kind of a secured resource.

SecuredResourcePermissionId

bigint

An integer that uniquely identifies a permission for a given resource.

SecurityClaim

sql_variant

A value of a security claim.

SecurityClaimId

bigint

An integer that uniquely identifies a security claim.

SecurityClaimKindId

uniqueidentifier

A GUID that represents the kind of security claim.

Session

smallint

An integer identifier for a database session (a SQL Server SPID).

Sid

varbinary(85)

A Windows security identifier (SID).

Remarks

See Also

Reference

Repository.Item Schema

Send comments about this topic to Microsoft.