Compartilhar via


Construtor ServiceQueue (ServiceBroker, String)

Initializes a new instance of the ServiceQueue class on the specified instance of Service Broker and with the specified name.

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

Sintaxe

'Declaração
Public Sub New ( _
    serviceBroker As ServiceBroker, _
    name As String _
)
'Uso
Dim serviceBroker As ServiceBroker 
Dim name As String 

Dim instance As New ServiceQueue(serviceBroker, _
    name)
public ServiceQueue(
    ServiceBroker serviceBroker,
    string name
)
public:
ServiceQueue(
    ServiceBroker^ serviceBroker, 
    String^ name
)
new : 
        serviceBroker:ServiceBroker * 
        name:string -> ServiceQueue
public function ServiceQueue(
    serviceBroker : ServiceBroker, 
    name : String
)

Parâmetros

Exemplos

Readme_ServiceBrokerConfiguration

Consulte também

Referência

ServiceQueue Classe

Sobrecarregado ServiceQueue

Namespace Microsoft.SqlServer.Management.Smo.Broker

Outros recursos

Desenvolvimento (Service Broker)

Gerenciando o Service Broker

Visão geral (Service Broker)

CREATE QUEUE (Transact-SQL)