ServiceBroker.RemoteServiceBindings Property
Represents a collection of RemoteServiceBinding objects. Each RemoteServiceBinding object represents a remote service binding defined on the instance of Service Broker.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property RemoteServiceBindings As RemoteServiceBindingCollection
public RemoteServiceBindingCollection RemoteServiceBindings { get; }
public:
property RemoteServiceBindingCollection^ RemoteServiceBindings {
RemoteServiceBindingCollection^ get ();
}
/** @property */
public RemoteServiceBindingCollection get_RemoteServiceBindings ()
public function get RemoteServiceBindings () : RemoteServiceBindingCollection
Значение свойства
A RemoteServiceBindingCollection object that represents all the remote service bindings defined on the instance of Service Broker.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Пример
Readme_ServiceBrokerConfiguration
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ServiceBroker Class
ServiceBroker Members
Microsoft.SqlServer.Management.Smo.Broker Namespace
Другие ресурсы
Service Broker Programming
Managing Service Broker
Знакомство с компонентом Service Broker