ODAC

TOraQueueTable.RevokeSystemPrivilege Method

Revokes system queue privilege.

Class

TOraQueueTable

Syntax

procedure RevokeSystemPrivilege(Privilege: TQueueSystemPrivilege; const Grantee: string);

Parameters
Privilege
Holds the system privilege to revoke.
Grantee
Holds the user name, a role, or a PUBLIC role.

Remarks

Call the RevokeSystemPrivilege method to revoke system queue privilege. Privilege parameter is a system privilege to revoke. Can be qspEnqueueAny (ENQUEUE_ANY privilege), qspDequeueAny (DEQUEUE_ANY privilege), qspManageAny (MANAGE_ANY privilege). Grantee parameter is a grantee - can be a user, a role, or the PUBLIC role.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback