Api.GetTableIndexes メソッド (JET_SESID、JET_DBID、String)

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

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

構文

'Declaration
Public Shared Function GetTableIndexes ( _
    sesid As JET_SESID, _
    dbid As JET_DBID, _
    tablename As String _
) As IEnumerable(Of IndexInfo)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim returnValue As IEnumerable(Of IndexInfo)

returnValue = Api.GetTableIndexes(sesid, _
    dbid, tablename)
public static IEnumerable<IndexInfo> GetTableIndexes(
    JET_SESID sesid,
    JET_DBID dbid,
    string tablename
)

パラメーター

戻り値

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

関連項目

リファレンス

Api クラス

Api メンバー

GetTableIndexes オーバーロード

Microsoft.Isam.Esent.Interop 名前空間