Api.GetTableIndexes メソッド (JET_SESID、JET_TABLEID)

テーブル内のすべてのインデックスを反復処理し、それぞれに関する情報を返します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Shared Function GetTableIndexes ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim returnValue As IEnumerable(Of IndexInfo)

returnValue = Api.GetTableIndexes(sesid, _
    tableid)
public static IEnumerable<IndexInfo> GetTableIndexes(
    JET_SESID sesid,
    JET_TABLEID tableid
)

パラメーター

戻り値

型: System.Collections.Generic.IEnumerable<IndexInfo>
テーブル内の各インデックスの IndexInfo を指す反復子。

関連項目

リファレンス

Api クラス

Api メンバー

GetTableIndexes オーバーロード

Microsoft.Isam.Esent.Interop 名前空間