Functions (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 functions.

Functions

Function Description

FoldersPath

Returns a textual representation of a Folder path. The path uses a forward-slash as a delimiter.

Internal SessionMayPerformOperation

This is an internal function used by Modeling Services. Do not access this function directly.

NormalizeFoldersPath

This is an internal function used by Modeling Services. Do not access this function directly.

OperatableResources

Returns all the resources of a specific kind that the current session may perform a specific operation on.

PathsFolder

Returns the Folder identifier that is associated with the given Folder path.

PrincipalsId

Returns the Windows security identifier (SID) for the principal.

ReadableFolders

Returns a list of Folders that the caller has permissions to read.

ReadableResources

Returns a list of resources that the caller has permissions to read.

SessionMayGrantOrRevokePermission

Returns a bit flag that specifies whether the caller can grant or revoke a permission for a given resource and operation.

SessionMayPerformOperation

Returns a bit flag that specifies whether the caller can perform an operation on a given resource.

SessionMayReadFolder

Returns a bit flag that specifies whether the caller has permission to read data that is owned by a Folder.

SessionMayReadResource

Returns a bit flag that specifies whether the caller has permission to read a given resource.

SessionMayUpdateFolder

Returns a bit flag that specifies whether the caller has permission to update a Folder.

SessionMayUpdateResource

Returns a bit flag that specifies whether the caller has permission to update a resource.

Subfolders

Returns a table that lists the subfolders of the given Folder.

SubfoldersAndFolder

Returns a table that lists the subfolders of the given Folder. This function includes the target Folder in the results.

UpdatableFolders

Returns a list of Folders that the caller has permission to update.

UpdatableResources

Returns a list of resources that the caller has permission to update.

Remarks

See Also

Reference

Repository.Item Schema

Send comments about this topic to Microsoft.