다음을 통해 공유


SetCurrentIndexGrbit 열거형

JetSetCurrentIndex2(JET_SESID, JET_TABLEID, String, SetCurrentIndexGrbit)JetSetCurrentIndex3(JET_SESID, JET_TABLEID, String, SetCurrentIndexGrbit, Int32)에 대한 옵션입니다.

이 열거형에는 멤버 값의 비트 조합을 허용하는 FlagsAttribute 특성이 있습니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'Declaration
<FlagsAttribute> _
Public Enumeration SetCurrentIndexGrbit
'Usage
Dim instance As SetCurrentIndexGrbit
[FlagsAttribute]
public enum SetCurrentIndexGrbit

멤버

멤버 이름 설명
없음 기본 옵션입니다. MoveFirst와 동일합니다.
MoveFirst 지정된 인덱스의 첫 번째 항목에 커서를 배치해야 했음을 나타냅니다. 현재 인덱스가 선택되어 있으면 이 옵션은 무시됩니다.
NoMove 이전 인덱스에서 커서의 현재 위치에 있는 인덱스 항목과 연결된 레코드에 해당하는 새 인덱스의 인덱스 항목에 커서를 배치해야 했음을 나타냅니다.

추가 정보

참조

Microsoft.Isam.Esent.Interop 네임스페이스