ServiceContract 생성자 (ServiceBroker, String)

Initializes a new instance of the ServiceContract class on the specified instance of Service Broker and with the specified name.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Sub New ( _
    serviceBroker As ServiceBroker, _
    name As String _
)
‘사용 방법
Dim serviceBroker As ServiceBroker 
Dim name As String 

Dim instance As New ServiceContract(serviceBroker, _
    name)
public ServiceContract(
    ServiceBroker serviceBroker,
    string name
)
public:
ServiceContract(
    ServiceBroker^ serviceBroker, 
    String^ name
)
new : 
        serviceBroker:ServiceBroker * 
        name:string -> ServiceContract
public function ServiceContract(
    serviceBroker : ServiceBroker, 
    name : String
)

매개 변수

Readme_ServiceBrokerConfiguration

참고 항목

참조

ServiceContract 클래스

ServiceContract 오버로드

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스

관련 자료

개발(Service Broker)

Service Broker 관리

개요(Service Broker)