Freigeben über


ServiceContractMappingCollection.Remove-Methode (ServiceContractMapping)

Removes a ServiceContractMapping object from the collection.

Namespace:  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Remove ( _
    serviceContractMapping As ServiceContractMapping _
)
'Usage
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
)

Parameter

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

ServiceContractMappingCollection Klasse

Remove-Überladung

Microsoft.SqlServer.Management.Smo.Broker-Namespace

Andere Ressourcen

Verwenden von Auflistungen