ServiceContractExtender 생성자 (ServiceContract)
Initializes a new instance of the ServiceContractExtender class and associates it with an instance of the ServiceContract class.
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
serviceContract As ServiceContract _
)
‘사용 방법
Dim serviceContract As ServiceContract
Dim instance As New ServiceContractExtender(serviceContract)
public ServiceContractExtender(
ServiceContract serviceContract
)
public:
ServiceContractExtender(
ServiceContract^ serviceContract
)
new :
serviceContract:ServiceContract -> ServiceContractExtender
public function ServiceContractExtender(
serviceContract : ServiceContract
)
매개 변수
- serviceContract
유형: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object that specifies the Service Broker contract with which this instance of the ServiceContractExtender object is associated.