ServiceContractMapping Constructors

Definition

Overloads

ServiceContractMapping()
ServiceContractMapping(BrokerService, String)

ServiceContractMapping()

public ServiceContractMapping ();
Public Sub New ()

Applies to

ServiceContractMapping(BrokerService, String)

public ServiceContractMapping (Microsoft.SqlServer.Management.Smo.Broker.BrokerService brokerService, string name);
new Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping : Microsoft.SqlServer.Management.Smo.Broker.BrokerService * string -> Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
Public Sub New (brokerService As BrokerService, name As String)

Parameters

brokerService
BrokerService
name
String

Applies to