UncheckedGrantClaimPermission 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.]

Grants claim permissions without the normal security checks. This is an infrastructure procedure that should only be called by Modeling Services. Do not call this procedure directly.

[Repository.Item].[UncheckedGrantClaimPermission] ( @claimKind, @claim, @resourceKind, @resource, @operation, @mayGrantOrRevoke )

Arguments

@claimKind

Type: [Repository.Item].[SecurityClaimKindId]. Infrastructure.

@claim

Type: [Repository.Item].[SecurityClaim]. Infrastructure.

@resourceKind

Type: [Repository.Item].[SecuredResourceKindId]. Infrastructure.

@resource

Type: [Repository.Item].[SecuredResource]. Infrastructure.

@operation

Type: [Repository.Item].[SecuredOperationId]. Infrastructure.

@mayGrantOrRevoke

Type: bit. Infrastructure.

Remarks

See Also

Reference

Repository.Item Procedures
Repository.Item Schema

Send comments about this topic to Microsoft.