Metodo ServiceContractCollection.Add
Adds a ServiceContract to the collection.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
serviceContract As ServiceContract _
)
'Utilizzo
Dim instance As ServiceContractCollection
Dim serviceContract As ServiceContract
instance.Add(serviceContract)
public void Add(
ServiceContract serviceContract
)
public:
void Add(
ServiceContract^ serviceContract
)
member Add :
serviceContract:ServiceContract -> unit
public function Add(
serviceContract : ServiceContract
)
Parametri
- serviceContract
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
The ServiceContract to add to the collection.
Vedere anche
Riferimento
ServiceContractCollection Classe
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker