dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / AlterPrimaryInstance Method
The Oracle instance identifier. 0 means any available instance can be the queue table's owner.

In This Topic
    AlterPrimaryInstance Method
    In This Topic
    Changes the primary Oracle instance that is used to operate the queue table.
    Syntax
    'Declaration
     
    Public Sub AlterPrimaryInstance( _
       ByVal primaryInstance As Integer _
    ) 
    public void AlterPrimaryInstance( 
       int primaryInstance
    )

    Parameters

    primaryInstance
    The Oracle instance identifier. 0 means any available instance can be the queue table's owner.
    Remarks
    Does nothing if primaryInstance parameter is less than 0.
    See Also