Metodo Api.JetSetCurrentIndex4

Impostare l'indice corrente di un cursore.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
Public Shared Sub JetSetCurrentIndex4 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    index As String, _
    indexid As JET_INDEXID, _
    grbit As SetCurrentIndexGrbit, _
    itagSequence As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim indexid As JET_INDEXID
Dim grbit As SetCurrentIndexGrbit
Dim itagSequence As IntegerApi.JetSetCurrentIndex4(sesid, _
    tableid, index, indexid, grbit, itagSequence)
public static void JetSetCurrentIndex4(
    JET_SESID sesid,
    JET_TABLEID tableid,
    string index,
    JET_INDEXID indexid,
    SetCurrentIndexGrbit grbit,
    int itagSequence
)

Parametri

  • index
    Tipo: System.String

    Nome dell'indice da selezionare. Se è Null o vuoto, verrà selezionato l'indice primario.

  • itagSequence
    Tipo: System.Int32

    Numero di sequenza del valore di colonna multivalore che verrà utilizzato per posizionare il cursore sul nuovo indice. Questo parametro viene usato solo in combinazione con NoMove. Quando questo parametro non è presente o è impostato su zero, si presuppone che il valore sia 1.

Vedi anche

Riferimento

Classe Api

Membri dell'API

Spazio dei nomi Microsoft.Isam.Esent.Interop