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

In This Topic
    Options Property (OracleQueueTable)
    In This Topic
    Gets or sets queue table properties.
    Syntax
    'Declaration
     
    Public Property Options As OracleQueueTableOptions
    public OracleQueueTableOptions Options {get; set;}

    Property Value

    Queue table properties, that are used for its creation.
    Remarks
    This property has to be set to create a new queue table. If using existent queue table, this property is set when calling GetQueueTable or ReadQueueTableProperties methods.
    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