Api.JetSetCurrentIndex 메서드
커서의 현재 인덱스를 설정합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
Public Shared Sub JetSetCurrentIndex ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As StringApi.JetSetCurrentIndex(sesid, tableid, _
index)
public static void JetSetCurrentIndex(
JET_SESID sesid,
JET_TABLEID tableid,
string index
)
매개 변수
sesid
형식: Microsoft.Isam.Esent.Interop.JET_SESID사용할 세션입니다.
tableid
형식: Microsoft.Isam.Esent.Interop.JET_TABLEID인덱스를 설정할 커서입니다.
인덱스
형식: System.String선택할 인덱스의 이름입니다. null이거나 비어 있으면 기본 인덱스가 선택됩니다.