Compartilhar via


Construtor ServiceQueueExtender (ServiceQueue)

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

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

Sintaxe

'Declaração
Public Sub New ( _
    serviceQueue As ServiceQueue _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ServiceQueueExtender Classe

Sobrecarregado ServiceQueueExtender

Namespace Microsoft.SqlServer.Management.Smo.Broker