Partager via


Constructeur ServiceQueueExtender (ServiceQueue)

Initializes a new instance of the ServiceQueueExtender class and associates it with an instance of the ServiceQueue class.

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

Syntaxe

'Déclaration
Public Sub New ( _
    serviceQueue As ServiceQueue _
)
'Utilisation
Dim serviceQueue As ServiceQueue

Dim instance As New ServiceQueueExtender(serviceQueue)
public ServiceQueueExtender(
    ServiceQueue serviceQueue
)
public:
ServiceQueueExtender(
    ServiceQueue^ serviceQueue
)
new : 
        serviceQueue:ServiceQueue -> ServiceQueueExtender
public function ServiceQueueExtender(
    serviceQueue : ServiceQueue
)

Paramètres