共用方式為


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 命名空間

其他資源

使用集合