Metodo ServiceContractMappingCollection.Remove (ServiceContractMapping)
Removes a ServiceContractMapping object from the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
serviceContractMapping As ServiceContractMapping _
)
'Utilizzo
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
)
Parametri
- serviceContractMapping
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be removed from the collection.
Esempi
Vedere anche
Riferimento
ServiceContractMappingCollection Classe
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker