Api.JetSetCurrentIndex4 메서드
커서의 현재 인덱스를 설정합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
Public Shared Sub JetSetCurrentIndex4 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
index As String, _
indexid As JET_INDEXID, _
grbit As SetCurrentIndexGrbit, _
itagSequence As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim indexid As JET_INDEXID
Dim grbit As SetCurrentIndexGrbit
Dim itagSequence As IntegerApi.JetSetCurrentIndex4(sesid, _
tableid, index, indexid, grbit, itagSequence)
public static void JetSetCurrentIndex4(
JET_SESID sesid,
JET_TABLEID tableid,
string index,
JET_INDEXID indexid,
SetCurrentIndexGrbit grbit,
int itagSequence
)
매개 변수
sesid
형식: Microsoft.Isam.Esent.Interop.JET_SESID사용할 세션입니다.
tableid
형식: Microsoft.Isam.Esent.Interop.JET_TABLEID인덱스를 설정할 커서입니다.
인덱스
형식: System.String선택할 인덱스의 이름입니다. null이거나 비어 있으면 기본 인덱스가 선택됩니다.
indexid
형식: Microsoft.Isam.Esent.Interop.JET_INDEXID선택할 인덱스의 ID입니다. 이 ID는 IndexId 옵션과 함께 JetGetIndexInfo 또는 JetGetTableIndexInfo를 사용하여 가져올 수 있습니다.
grbit
형식: Microsoft.Isam.Esent.Interop.SetCurrentIndexGrbit인덱스 옵션을 설정합니다.
itagSequence
형식: System.Int32커서를 새 인덱스에 배치하는 데 사용할 다중값 열 값의 시퀀스 번호입니다. 이 매개 변수는 NoMove와 함께만 사용됩니다. 이 매개 변수가 없거나 0으로 설정된 경우 해당 값은 1로 추정됩니다.