ServiceContractMappingCollection.Add Método
Adds a ServiceContractMapping object to the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Add ( _
serviceContractMapping As ServiceContractMapping _
)
'Uso
Dim instance As ServiceContractMappingCollection
Dim serviceContractMapping As ServiceContractMapping
instance.Add(serviceContractMapping)
public void Add(
ServiceContractMapping serviceContractMapping
)
public:
void Add(
ServiceContractMapping^ serviceContractMapping
)
member Add :
serviceContractMapping:ServiceContractMapping -> unit
public function Add(
serviceContractMapping : ServiceContractMapping
)
Parámetros
- serviceContractMapping
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceContractMapping
A ServiceContractMapping object that specifies the object that is to be added to the collection.
Ejemplos
Vea también
Referencia
ServiceContractMappingCollection Clase
Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker