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 _
) 
 

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.
See Also