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
)
매개 변수
- serviceContract
유형: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
The ServiceContract to add to the collection.
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Broker 네임스페이스