Метод Add
Adds an Endpoint to an Endpoint Collection
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Sub Add ( _
endpoint As Endpoint _
)
'Применение
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
)
Параметры
- endpoint
Тип: Microsoft.SqlServer.Management.Smo. . :: . .Endpoint
[T:Microsoft.SqlServer.Management.Smo.Endpoint.]