RemoteServiceBindingExtender Constructor (RemoteServiceBinding)
Initializes a new instance of the RemoteServiceBindingExtender class and associates it with an instance of the RemoteServiceBinding class. This constructor is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
Public Sub New ( _
remoteServiceBinding As RemoteServiceBinding _
)
public RemoteServiceBindingExtender (
RemoteServiceBinding remoteServiceBinding
)
public:
RemoteServiceBindingExtender (
RemoteServiceBinding^ remoteServiceBinding
)
public RemoteServiceBindingExtender (
RemoteServiceBinding remoteServiceBinding
)
public function RemoteServiceBindingExtender (
remoteServiceBinding : RemoteServiceBinding
)
Parameters
- remoteServiceBinding
A RemoteServiceBinding object that specifies the conversation priority with which this instance of the RemoteServiceBindingExtender object is associated.
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.