Alters the existing properties of a queue table.
'Declaration
Public Sub AlterQueueTable( _
ByVal As String, _
ByVal As Integer, _
ByVal 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.