Compartir a través de


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

Vea también

Referencia

ServiceQueueCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Usar colecciones