Méthode Api.JetSetCurrentIndex3
Définissez l’index actuel d’un curseur.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
Public Shared Sub JetSetCurrentIndex3 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String, _
grbit As SetCurrentIndexGrbit, _
itagSequence As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim grbit As SetCurrentIndexGrbit
Dim itagSequence As IntegerApi.JetSetCurrentIndex3(sesid, _
tableid, index, grbit, itagSequence)
public static void JetSetCurrentIndex3(
JET_SESID sesid,
JET_TABLEID tableid,
string index,
SetCurrentIndexGrbit grbit,
int itagSequence
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur sur lequel définir l’index.
index
Type : System.StringNom de l’index à sélectionner. Si cette valeur est null ou vide, l’index principal est sélectionné.
grbit
Type : Microsoft.Isam.Esent.Interop.SetCurrentIndexGrbitDéfinissez les options d’index.
itagSequence
Type : System.Int32Numéro séquentiel de la valeur de colonne à valeurs multiples qui sera utilisée pour positionner le curseur sur le nouvel index. Ce paramètre est utilisé uniquement conjointement avec NoMove. Lorsque ce paramètre n’est pas présent ou est défini sur zéro, sa valeur est supposée être 1.