dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueuePrivilege Enumeration

In This Topic
    OracleQueuePrivilege Enumeration
    In This Topic
    The privilege to enqueue or dequeue messages on the queue.
    Syntax
    'Declaration
     
    Public Enum OracleQueuePrivilege 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    public enum OracleQueuePrivilege : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
    Members
    MemberDescription
    AllAbility to execute both Enqueue and Dequeue for specified queue.
    DequeueAbility to execute Dequeue for specified queue.
    EnqueueAbility to execute Enqueue for specified queue.
    UnknownThe privilege is not specified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.OracleQueuePrivilege

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also