Partilhar via


Método ServiceQueueCollection.Add

Adds a ServiceQueue object to the collection.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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

Consulte também

Referência

ServiceQueueCollection Classe

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Usando coleções