Méthode Add
Adds an Endpoint to an Endpoint Collection
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub Add ( _
endpoint As Endpoint _
)
'Utilisation
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
)
Paramètres
- endpoint
Type : Microsoft.SqlServer.Management.Smo. . :: . .Endpoint
[T:Microsoft.SqlServer.Management.Smo.Endpoint.]