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 (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移動オプション。