EndpointCollection.Add Método
Adds an Endpoint to an Endpoint Collection
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Add ( _
endpoint As Endpoint _
)
'Uso
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
)
Parámetros
- endpoint
Tipo: Microsoft.SqlServer.Management.Smo.Endpoint
[T:Microsoft.SqlServer.Management.Smo.Endpoint.]