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
A ServiceContractMapping object that specifies the object that is to be removed from the collection.