Add 메서드
Adds a ServiceContractMapping object to the collection.
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
serviceContractMapping As ServiceContractMapping _
)
‘사용 방법
Dim instance As ServiceContractMappingCollection
Dim serviceContractMapping As ServiceContractMapping
instance.Add(serviceContractMapping)
public void Add(
ServiceContractMapping serviceContractMapping
)
public:
void Add(
ServiceContractMapping^ serviceContractMapping
)
member Add :
serviceContractMapping:ServiceContractMapping -> unit
public function Add(
serviceContractMapping : ServiceContractMapping
)
매개 변수
- serviceContractMapping
유형: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be added to the collection.