Поделиться через


Метод EnumEndpoints

Returns an enumerated list of endpoints of the specified type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Function EnumEndpoints ( _
    endpointType As EndpointType _
) As Endpoint()
'Применение
Dim instance As EndpointCollection
Dim endpointType As EndpointType
Dim returnValue As Endpoint()

returnValue = instance.EnumEndpoints(endpointType)
public Endpoint[] EnumEndpoints(
    EndpointType endpointType
)
public:
array<Endpoint^>^ EnumEndpoints(
    EndpointType endpointType
)
member EnumEndpoints : 
        endpointType:EndpointType -> Endpoint[] 
public function EnumEndpoints(
    endpointType : EndpointType
) : Endpoint[]

Параметры

Возвращаемое значение

Тип: array<Microsoft.SqlServer.Management.Smo. . :: . .Endpoint> [] () [] []
An array of Endpoint objects that specifies the list of endpoints of the specified type.