'Declaration Public Overloads Shared Sub RevokeSystemPrivilege( _ ByVal privilege As OracleQueueSystemPrivilege, _ ByVal grantee As String, _ ByVal connection As OracleConnection _ )
public static void RevokeSystemPrivilege( OracleQueueSystemPrivilege privilege, string grantee, OracleConnection connection )
Parameters
- privilege
- The Oracle Streams AQ system privilege to revoke.
- grantee
- Grantee(s). The grantee(s) can be a user, a role, or the PUBLIC role.
- connection
- A OracleConnection that represents the connection to an instance of Oracle server.