dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / GrantQueuePrivilege Method / GrantQueuePrivilege(OracleQueuePrivilege,String) Method
Queue privilege to grant.
Grantee(s). The grantee(s) can be a user, a role, or the PUBLIC role.

In This Topic
    GrantQueuePrivilege(OracleQueuePrivilege,String) Method
    In This Topic
    Grants privileges on a queue to users and roles.
    Syntax
    'Declaration
     
    Public Overloads Sub GrantQueuePrivilege( _
       ByVal privilege As OracleQueuePrivilege, _
       ByVal grantee As String _
    ) 
    public void GrantQueuePrivilege( 
       OracleQueuePrivilege privilege,
       string grantee
    )

    Parameters

    privilege
    Queue privilege to grant.
    grantee
    Grantee(s). The grantee(s) can be a user, a role, or the PUBLIC role.
    See Also