次の方法で共有


Api.JetMakeKey メソッド

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 JetMakeKey ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    data As Byte(), _
    dataSize As Integer, _
    grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Byte()
Dim dataSize As Integer
Dim grbit As MakeKeyGrbitApi.JetMakeKey(sesid, tableid, data, _
    dataSize, grbit)
public static void JetMakeKey(
    JET_SESID sesid,
    JET_TABLEID tableid,
    byte[] data,
    int dataSize,
    MakeKeyGrbit grbit
)

パラメーター

  • data
    型: []

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

解説

MakeKey 関数は、データ型固有の make キー機能を提供します。

関連項目

リファレンス

Api クラス

Api メンバー

Microsoft.Isam.Esent.Interop 名前空間