Api.JetGotoSecondaryIndexBookmark 方法
将游标定位到与指定的辅助索引书签关联的索引项。 辅助索引书签必须与最初从中检索到它的同一个表上的同一索引一起使用。 可以使用 JetGotoSecondaryIndexBookmark (JET_SESID、JET_TABLEID、[]、Int32、[]、Int32、GotoSecondaryIndexBookmarkGrbit) 检索索引项的辅助索引书签。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
Public Shared Sub JetGotoSecondaryIndexBookmark ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
secondaryKey As Byte(), _
secondaryKeySize As Integer, _
primaryKey As Byte(), _
primaryKeySize As Integer, _
grbit As GotoSecondaryIndexBookmarkGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim secondaryKey As Byte()
Dim secondaryKeySize As Integer
Dim primaryKey As Byte()
Dim primaryKeySize As Integer
Dim grbit As GotoSecondaryIndexBookmarkGrbitApi.JetGotoSecondaryIndexBookmark(sesid, _
tableid, secondaryKey, secondaryKeySize, _
primaryKey, primaryKeySize, grbit)
public static void JetGotoSecondaryIndexBookmark(
JET_SESID sesid,
JET_TABLEID tableid,
byte[] secondaryKey,
int secondaryKeySize,
byte[] primaryKey,
int primaryKeySize,
GotoSecondaryIndexBookmarkGrbit grbit
)
参数
sesid
类型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的会话。
tableid
类型: Microsoft.Isam.Esent.Interop.JET_TABLEID要定位的表光标。
secondaryKey
类型:[]包含辅助密钥的缓冲区。
secondaryKeySize
类型: System.Int32辅助密钥的大小。
primaryKey
类型:[]包含主键的缓冲区。
primaryKeySize
类型: System.Int32主键的大小。
grbit
类型: Microsoft.Isam.Esent.Interop.GotoSecondaryIndexBookmarkGrbit用于定位书签的选项。