SetIndexRangeGrbit 列舉
JetSetIndexRange 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
<FlagsAttribute> _
Public Enumeration SetIndexRangeGrbit
'Usage
Dim instance As SetIndexRangeGrbit
[FlagsAttribute]
public enum SetIndexRangeGrbit
成員
| 成員名稱 | 描述 | |
|---|---|---|
| 無 | 預設選項。 | |
| RangeInclusive | 此選項表示索引範圍的限制是包含的。 | |
| RangeUpperLimit | 資料指標中的搜尋索引鍵代表最接近索引結尾之索引項目目的搜尋準則,該索引項目會符合索引範圍。 | |
| RangeInstantDuration | 建立索引範圍後,應該立即移除。 這適用于測試符合搜尋準則的索引項目目是否存在。 | |
| RangeRemove | 取消和現有的索引範圍。 |