RemoteServiceBinding Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RemoteServiceBinding() | |
RemoteServiceBinding(ServiceBroker, String) |
RemoteServiceBinding()
public RemoteServiceBinding ();
Public Sub New ()
Applies to
RemoteServiceBinding(ServiceBroker, String)
public RemoteServiceBinding (Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker serviceBroker, string name);
new Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding : Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker * string -> Microsoft.SqlServer.Management.Smo.Broker.RemoteServiceBinding
Public Sub New (serviceBroker As ServiceBroker, name As String)
Parameters
- serviceBroker
- ServiceBroker
- name
- String