Partager via


Méthode ServiceQueueCollection.Add

Adds a ServiceQueue object to the collection.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub Add ( _
    serviceQueue As ServiceQueue _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ServiceQueueCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Utilisation de collections