ServiceBroker.RemoteServiceBindings Property
Represents a collection of RemoteServiceBinding objects. Each RemoteServiceBinding object represents a remote service binding defined on the instance of Service Broker.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, GetType(RemoteServiceBinding))> _
Public ReadOnly Property RemoteServiceBindings As RemoteServiceBindingCollection
[SfcObjectAttribute(SfcContainerRelationship.ObjectContainer, SfcContainerCardinality.ZeroToAny, typeof(RemoteServiceBinding))]
public RemoteServiceBindingCollection RemoteServiceBindings { get; }
[SfcObjectAttribute(SfcContainerRelationship::ObjectContainer, SfcContainerCardinality::ZeroToAny, typeof(RemoteServiceBinding))]
public:
property RemoteServiceBindingCollection^ RemoteServiceBindings {
RemoteServiceBindingCollection^ get ();
}
/** @property */
public RemoteServiceBindingCollection get_RemoteServiceBindings ()
public function get RemoteServiceBindings () : RemoteServiceBindingCollection
Property Value
A RemoteServiceBindingCollection object that represents all the remote service bindings defined on the instance of Service Broker.
Thread Safety
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.