Api.MakeKey 方法 (JET_SESID、JET_TABLEID、Int32、MakeKeyGrbit)

构造可供 JetSeek (JET_SESID、JET_TABLEID、SeekGrbit) JetSetIndexRange (JET_SESID、JET_TABLEID、SetIndexRangeGrbit) 使用的搜索键。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

parameters

  • 数据
    类型: System.Int32

    当前索引的当前键列的列数据。

另请参阅

参考

Api 类

Api 成员

MakeKey 重载

Microsoft.Isam.Esent.Interop 命名空间