ServiceContractMappingCollection.Remove メソッド (ServiceContractMapping)

ServiceContractMapping オブジェクトをコレクションから削除します。

名前空間:  Microsoft.SqlServer.Management.Smo.Broker
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub Remove ( _
    serviceContractMapping As ServiceContractMapping _
)
'使用
Dim instance As ServiceContractMappingCollection 
Dim serviceContractMapping As ServiceContractMapping

instance.Remove(serviceContractMapping)
public void Remove(
    ServiceContractMapping serviceContractMapping
)
public:
void Remove(
    ServiceContractMapping^ serviceContractMapping
)
member Remove : 
        serviceContractMapping:ServiceContractMapping -> unit
public function Remove(
    serviceContractMapping : ServiceContractMapping
)

パラメーター

使用例

コレクションの使用

関連項目

参照

ServiceContractMappingCollection クラス

Remove オーバーロード

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

その他の技術情報

コレクションの使用