Metodo ServiceQueueCollection.Add

Adds a ServiceQueue object to the collection.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub Add ( _
    serviceQueue As ServiceQueue _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

ServiceQueueCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Utilizzo delle raccolte