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

注: この API は廃止されました。

テーブルのインデックスに関する情報を取得します。

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

構文

'Declaration
<ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")> _
Public Shared Sub JetGetIndexInfo ( _
    sesid As JET_SESID, _
    dbid As JET_DBID, _
    tablename As String, _
    ignored As String, _
    <OutAttribute> ByRef indexlist As JET_INDEXLIST _
)
'Usage
Dim sesid As JET_SESID
Dim dbid As JET_DBID
Dim tablename As String
Dim ignored As String
Dim indexlist As JET_INDEXLISTApi.JetGetIndexInfo(sesid, dbid, _
    tablename, ignored, indexlist)
[ObsoleteAttribute("Use the overload that takes a JET_IdxInfo parameter, passing in JET_IdxInfo.List")]
public static void JetGetIndexInfo(
    JET_SESID sesid,
    JET_DBID dbid,
    string tablename,
    string ignored,
    out JET_INDEXLIST indexlist
)

パラメーター

  • tablename
    型: System.String

    インデックス情報を取得するテーブルの名前。

  • 無視
    型: System.String

    このパラメーターは無視されます。

関連項目

リファレンス

Api クラス

API メンバー

JetGetIndexInfo オーバーロード

Microsoft.Isam.Esent.Interop 名前空間