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
)

参数

  • 数据
    类型:[]

    要检索密钥的缓冲区。

  • actualDataSize
    类型: System.Int32

    返回数据的实际大小。

另请参阅

参考

Api 类

Api 成员

Microsoft.Isam.Esent.Interop 命名空间