RevokePrincipalFolderAccess Procedure (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.]

Revokes a claim permission on a specific Folder.

[Repository.Item].[RevokePrincipalFolderAccess] ( @principal, @folderPath, @revokeReads, @revokeUpdates )

Arguments

@principal

Type: sysname. The principal name.

@folderPath

Type: nvarchar(max). A Folder path delimited by forward-slashes (for example, N'Applications/MyApplication').

@revokeReads

Type: bit. A bit flag that revokes the read operation on the Folder.

@revokeUpdates

Type: bit. A bit flag that revokes the update operation on the Folder.

Remarks

See Also

Reference

Repository.Item Procedures
Repository.Item Schema

Send comments about this topic to Microsoft.