ServiceContractMappingCollection.Remove 方法 (ServiceContractMapping)

Removes a ServiceContractMapping object from the collection.

命名空间:  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 命名空间

其他资源

使用集合