ServiceContractMappingCollection.Add メソッド

ServiceContractMapping オブジェクトをコレクションに追加します。

名前空間:  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
)

パラメーター

使用例

コレクションの使用

関連項目

参照

ServiceContractMappingCollection クラス

Microsoft.SqlServer.Management.Smo.Broker 名前空間

その他の技術情報

コレクションの使用