Api.MakeKey メソッド (JET_SESID、JET_TABLEID、Byte、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 Byte, _
    grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Byte
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
    grbit)
public static void MakeKey(
    JET_SESID sesid,
    JET_TABLEID tableid,
    byte data,
    MakeKeyGrbit grbit
)

パラメーター

  • data
    型: System.Byte

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

関連項目

リファレンス

Api クラス

API メンバー

MakeKey オーバーロード

Microsoft.Isam.Esent.Interop 名前空間