'Declaration Public Sub RevokeQueuePrivilege( _ ByVal privilege As OracleQueuePrivilege, _ ByVal grantee As String _ )
public void RevokeQueuePrivilege( OracleQueuePrivilege privilege, string grantee )
Parameters
- privilege
- Queue privilege to revoke.
- grantee
- Grantee(s). The grantee(s) can be a user, a role, or the PUBLIC role. If the privilege has been propagated by the grantee through the GRANT option, the propagated privilege is also revoked.