Api.JetMove メソッド (JET_SESID、JET_TABLEID、JET_Move、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 JET_Move, _
    grbit As MoveGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim numRows As JET_Move
Dim grbit As MoveGrbitApi.JetMove(sesid, tableid, numRows, _
    grbit)
public static void JetMove(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_Move numRows,
    MoveGrbit grbit
)

パラメーター

関連項目

リファレンス

Api クラス

Api メンバー

JetMove オーバーロード

Microsoft.Isam.Esent.Interop 名前空間