Metodo Add
Adds an Endpoint to an Endpoint Collection
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
endpoint As Endpoint _
)
'Utilizzo
Dim instance As EndpointCollection
Dim endpoint As Endpoint
instance.Add(endpoint)
public void Add(
Endpoint endpoint
)
public:
void Add(
Endpoint^ endpoint
)
member Add :
endpoint:Endpoint -> unit
public function Add(
endpoint : Endpoint
)
Parametri
- endpoint
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Endpoint
[T:Microsoft.SqlServer.Management.Smo.Endpoint.]
Vedere anche