ServiceContract 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
ServiceContract() | |
ServiceContract(ServiceBroker, String) |
ServiceContract()
public ServiceContract ();
Public Sub New ()
Applies to
ServiceContract(ServiceBroker, String)
public ServiceContract (Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker serviceBroker, string name);
new Microsoft.SqlServer.Management.Smo.Broker.ServiceContract : Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker * string -> Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
Public Sub New (serviceBroker As ServiceBroker, name As String)
Parameters
- serviceBroker
- ServiceBroker
- name
- String