Api.JetRetrieveKey 方法
擷取位於游標目前位置之索引項目的索引鍵。 另請參閱 RetrieveKey (JET_SESID、JET_TABLEID、RetrieveKeyGrbit) 。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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擷取索引鍵選項。