Méthode ServiceContractMappingCollection.Remove (ServiceContractMapping)
Removes a ServiceContractMapping object from the collection.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
serviceContractMapping As ServiceContractMapping _
)
'Utilisation
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
)
Paramètres
- serviceContractMapping
Type : Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be removed from the collection.
Exemples
Voir aussi
Référence
ServiceContractMappingCollection Classe
Espace de noms Microsoft.SqlServer.Management.Smo.Broker