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.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
<FlagsAttribute> _
Public Enumeration SetCurrentIndexGrbit
'Usage
Dim instance As SetCurrentIndexGrbit
[FlagsAttribute]
public enum SetCurrentIndexGrbit
成员
成员名称 | 说明 | |
---|---|---|
无 | 默认选项。 这与 MoveFirst 相同。 | |
MoveFirst | 指示光标应位于指定索引的第一个条目上。 如果当前索引处于选中状态,则忽略此选项。 | |
NoMove | 指示游标应位于新索引的索引项上,该索引项对应于与索引项关联的记录的旧索引上游标的当前位置。 |