次の方法で共有


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
)

パラメーター