Поделиться через


Конструктор ServiceRoute (ServiceBroker, String)

Initializes a new instance of the ServiceRoute class on the specified instance of Компонент Service Broker and with the specified name.

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub New ( _
    serviceBroker As ServiceBroker, _
    name As String _
)
'Применение
Dim serviceBroker As ServiceBroker 
Dim name As String 

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

Параметры

Примеры

Readme_ServiceBrokerConfiguration

См. также

Справочник

ServiceRoute Класс

Перегрузка ServiceRoute

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Разработка (компонент Service Broker)

Управление компонентом Service Broker

Общие сведения (компонент Service Broker)