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
)
参数
- serviceContractMapping
类型:Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContractMapping