Share via


Api.MakeKey メソッド (JET_SESID、JET_TABLEID、Int64、MakeKeyGrbit)

JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) および JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit) によって使用できる検索キーを構築します。

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

構文

'Declaration
Public Shared Sub MakeKey ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    data As Long, _
    grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Long
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
    grbit)
public static void MakeKey(
    JET_SESID sesid,
    JET_TABLEID tableid,
    long data,
    MakeKeyGrbit grbit
)

パラメーター

  • data
    種類: System.Int64

    現在のインデックスの現在のキー列の列データ。

関連項目

リファレンス

Api クラス

Api メンバー

MakeKey オーバーロード

Microsoft.Isam.Esent.Interop 名前空間