ServiceContractExtender Constructor (ServiceContract)
Initializes a new instance of the ServiceContractExtender class and associates it with an instance of the ServiceContract 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 ( _
serviceContract As ServiceContract _
)
public ServiceContractExtender (
ServiceContract serviceContract
)
public:
ServiceContractExtender (
ServiceContract^ serviceContract
)
public ServiceContractExtender (
ServiceContract serviceContract
)
public function ServiceContractExtender (
serviceContract : ServiceContract
)
Parameters
- serviceContract
A ServiceContract object that specifies the Service Broker contract with which this instance of the ServiceContractExtender 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.