다음을 통해 공유


Add 메서드

Adds the specified ServiceContract object 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
)

매개 변수