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


RemoteServiceBinding Constructor (ServiceBroker, String)

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

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

Синтаксис

'Декларация
Public Sub New ( _
    serviceBroker As ServiceBroker, _
    name As String _
)
public RemoteServiceBinding (
    ServiceBroker serviceBroker,
    string name
)
public:
RemoteServiceBinding (
    ServiceBroker^ serviceBroker, 
    String^ name
)
public RemoteServiceBinding (
    ServiceBroker serviceBroker, 
    String name
)
public function RemoteServiceBinding (
    serviceBroker : ServiceBroker, 
    name : String
)

Параметры

  • serviceBroker
    A ServiceBroker object that specifies the instance of Service Broker on which the remote service resides.

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Пример

Readme_ServiceBrokerConfiguration

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

RemoteServiceBinding Class
RemoteServiceBinding Members
Microsoft.SqlServer.Management.Smo.Broker Namespace

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

Service Broker Programming
Managing Service Broker
Знакомство с компонентом Service Broker