다음을 통해 공유


ServiceContractCollection.Add 메서드

Adds a ServiceContract to the collection.

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

구문

‘선언
Public Sub Add ( _
    serviceContract As ServiceContract _
)
‘사용 방법
Dim instance As ServiceContractCollection 
Dim serviceContract As ServiceContract

instance.Add(serviceContract)
public void Add(
    ServiceContract serviceContract
)
public:
void Add(
    ServiceContract^ serviceContract
)
member Add : 
        serviceContract:ServiceContract -> unit
public function Add(
    serviceContract : ServiceContract
)

매개 변수

참고 항목

참조

ServiceContractCollection 클래스

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

관련 자료

컬렉션 사용