Api.JetMakeKey 方法
建構 JetSeek (JET_SESID、JET_TABLEID、SeekGrbit) 和 JetSetIndexRange (JET_SESID、JET_TABLEID、SetIndexRangeGrbit) 使用的搜尋索引鍵。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in 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
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要建立索引鍵的游標。
資料
類型: []目前索引之目前索引鍵資料行的資料行資料。
dataSize
類型: System.Int32資料的大小。
grbit
類型: Microsoft.Isam.Esent.Interop.MakeKeyGrbit索引鍵選項。
備註
MakeKey 函式提供資料類型特定的 Make Key 功能。