Api.JetRetrieveKey 方法
检索光标当前位置的索引项的键。 另请参阅 RetrieveKey (JET_SESID、JET_TABLEID、RetrieveKeyGrbit) 。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetRetrieveKey ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
data As Byte(), _
dataSize As Integer, _
<OutAttribute> ByRef actualDataSize As Integer, _
grbit As RetrieveKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Byte()
Dim dataSize As Integer
Dim actualDataSize As Integer
Dim grbit As RetrieveKeyGrbitApi.JetRetrieveKey(sesid, tableid, _
data, dataSize, actualDataSize, grbit)
public static void JetRetrieveKey(
JET_SESID sesid,
JET_TABLEID tableid,
byte[] data,
int dataSize,
out int actualDataSize,
RetrieveKeyGrbit grbit
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要从中检索键的游标。
数据
类型:[]要检索密钥的缓冲区。
dataSize
类型: System.Int32缓冲区的大小。
actualDataSize
类型: System.Int32返回数据的实际大小。
grbit
类型: Microsoft.Isam.Esent.Interop.RetrieveKeyGrbit检索键选项。