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)를 참조하세요.

네임스페이스: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 네임스페이스