SetCurrentIndexGrbit 列舉
JetSetCurrentIndex2 (JET_SESID、JET_TABLEID、String、SetCurrentIndexGrbit) 和JetSetCurrentIndex3 (JET_SESID、JET_TABLEID、String、SetCurrentIndexGrbit、Int32) 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
<FlagsAttribute> _
Public Enumeration SetCurrentIndexGrbit
'Usage
Dim instance As SetCurrentIndexGrbit
[FlagsAttribute]
public enum SetCurrentIndexGrbit
成員
成員名稱 | 描述 | |
---|---|---|
無 | 預設選項。 這與 MoveFirst 相同。 | |
MoveFirst | 表示游標應該放在指定索引的第一個專案上。 如果選取目前的索引,則會忽略此選項。 | |
NoMove | 表示游標應該放在新索引的索引項目目上,該索引項目目對應至與舊索引上資料指標目前位置之索引項目目相關聯的記錄。 |