EnumEndpoints メソッド
指定された種類のエンドポイントの列挙された一覧を返します。
名前空間: 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[]
パラメーター
- endpointType
型: Microsoft.SqlServer.Management.Smo. . :: . .EndpointType
列挙するエンドポイントの種類を示す EndpointType オブジェクトです。
戻り値
型: array<Microsoft.SqlServer.Management.Smo. . :: . .Endpoint> [] () [] []
指定された種類のエンドポイントの一覧を示す Endpoint オブジェクトの配列です。