Api.JetMove 方法 (JET_SESID、JET_TABLEID、Int32、MoveGrbit)
流覽索引。 游標可以放置在索引的開頭或結尾,並依指定的索引項目目數目往後移動和向前移動。 另請參閱 TryMoveFirst (JET_SESID、JET_TABLEID) 、 TryMoveLast (JET_SESID、JET_TABLEID) 、 TryMoveNext (JET_SESID、JET_TABLEID) 、 TryMovePrevious (JET_SESID、JET_TABLEID) 。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetMove ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
numRows As Integer, _
grbit As MoveGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim numRows As Integer
Dim grbit As MoveGrbitApi.JetMove(sesid, tableid, numRows, _
grbit)
public static void JetMove(
JET_SESID sesid,
JET_TABLEID tableid,
int numRows,
MoveGrbit grbit
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要用於呼叫的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要放置的資料指標。
numRows
類型: System.Int32表示移動游標距離的位移。
grbit
類型: Microsoft.Isam.Esent.Interop.MoveGrbit移動選項。