ServiceQueueCollection.Add Método
Adds a ServiceQueue object to the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Add ( _
serviceQueue As ServiceQueue _
)
'Uso
Dim instance As ServiceQueueCollection
Dim serviceQueue As ServiceQueue
instance.Add(serviceQueue)
public void Add(
ServiceQueue serviceQueue
)
public:
void Add(
ServiceQueue^ serviceQueue
)
member Add :
serviceQueue:ServiceQueue -> unit
public function Add(
serviceQueue : ServiceQueue
)
Parámetros
- serviceQueue
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceQueue
The ServiceQueue to add to the collection.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker