dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / AlterQueueTable Method
Modifies the user-specified description of the queue table.
The primary owner of the queue table. Queue monitor scheduling and propagation for the queues in the queue table will be done in this instance. 0 to use any available instance.
The queue table fails over to the secondary instance if the primary instance is not available. 0 to use any available instance.

In This Topic
    AlterQueueTable Method
    In This Topic
    Alters the existing properties of a queue table.
    Syntax
    'Declaration
     
    Public Sub AlterQueueTable( _
       ByVal comment As String, _
       ByVal primaryInstance As Integer, _
       ByVal secondaryInstance As Integer _
    ) 
    public void AlterQueueTable( 
       string comment,
       int primaryInstance,
       int secondaryInstance
    )

    Parameters

    comment
    Modifies the user-specified description of the queue table.
    primaryInstance
    The primary owner of the queue table. Queue monitor scheduling and propagation for the queues in the queue table will be done in this instance. 0 to use any available instance.
    secondaryInstance
    The queue table fails over to the secondary instance if the primary instance is not available. 0 to use any available instance.
    Remarks
    If comment is null, then Comment value is not altered. If primaryInstance < 0, then PrimaryInstance value is not altered. If secondaryInstance < 0, then SecondaryInstance value is not altered.
    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