Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds an Endpoint to an Endpoint Collection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
endpoint As Endpoint _
)
'Usage
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
)
Parameters
- endpoint
Type: Microsoft.SqlServer.Management.Smo.Endpoint
[T:Microsoft.SqlServer.Management.Smo.Endpoint.]