Freigeben über


BrokerService-Konstruktor (ServiceBroker, String)

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

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

Syntax

'Declaration
Public Sub New ( _
    serviceBroker As ServiceBroker, _
    name As String _
)
'Usage
Dim serviceBroker As ServiceBroker 
Dim name As String 

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

Parameter

Beispiele

Readme_ServiceBrokerConfiguration

Siehe auch

Verweis

BrokerService Klasse

BrokerService-Überladung

Microsoft.SqlServer.Management.Smo.Broker-Namespace

Andere Ressourcen

Entwicklung (Service Broker)

Verwalten von Service Broker

Übersicht (Service Broker)