EndpointCollection.Add Method
Adds an Endpoint to an Endpoint Collection
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public Sub Add ( _
endpoint As Endpoint _
)
'Kullanım
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.]