GotoSecondaryIndexBookmarkGrbit 枚举
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'Declaration
<FlagsAttribute> _
Public Enumeration GotoSecondaryIndexBookmarkGrbit
'Usage
Dim instance As GotoSecondaryIndexBookmarkGrbit
[FlagsAttribute]
public enum GotoSecondaryIndexBookmarkGrbit
成员
成员名称 | 说明 | |
---|---|---|
无 | 默认选项。 | |
BookmarkPermitVirtualCurrency | 如果无法再找到索引项,游标将保留在之前找到该索引项的位置。 操作仍会失败,并显示JET_errRecordDeleted;但是,相对于现在缺少的索引项,可以移动到下一个或上一个索引项。 |