ServiceContractMappingCollection.Remove Método (ServiceContractMapping)
Removes a ServiceContractMapping object from the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
serviceContractMapping As ServiceContractMapping _
)
'Uso
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
)
Parámetros
- serviceContractMapping
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be removed from the collection.
Ejemplos
Vea también
Referencia
ServiceContractMappingCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker