dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / Options Property

In This Topic
    Options Property (OracleQueueAdmin)
    In This Topic
    Gets or sets queue options used for its creation.
    Syntax
    'Declaration
     
    Public Property Options As OracleQueueOptions
    public OracleQueueOptions Options {get; set;}

    Property Value

    Queue options used for its creation.
    Remarks
    For existing queue this property is set implicitly when calling ReadQueueProperties method.
    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