Méthode Api.JetGotoSecondaryIndexBookmark
Positionne un curseur sur une entrée d’index associée au signet d’index secondaire spécifié. Le signet d’index secondaire doit être utilisé avec le même index sur la même table à partir de laquelle il a été récupéré à l’origine. Le signet d’index secondaire d’une entrée d’index peut être récupéré à l’aide de JetGotoSecondaryIndexBookmark(JET_SESID, JET_TABLEID, [], Int32, [], Int32, GotoSecondaryIndexBookmarkGrbit).
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur de table à positionner.
secondaryKey
Type : []Mémoire tampon qui contient la clé secondaire.
secondaryKeySize
Type : System.Int32Taille de la clé secondaire.
primaryKey
Type : []Mémoire tampon qui contient la clé primaire.
primaryKeySize
Type : System.Int32Taille de la clé primaire.
grbit
Type : Microsoft.Isam.Esent.Interop.GotoSecondaryIndexBookmarkGrbitOptions de positionnement du signet.