SeekGrbit 列舉
JetSeek 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
<FlagsAttribute> _
Public Enumeration SeekGrbit
'Usage
Dim instance As SeekGrbit
[FlagsAttribute]
public enum SeekGrbit
成員
| 成員名稱 | 說明 | |
|---|---|---|
| SeekEQ | 游標會放在最接近索引鍵開頭的索引項目目上,且該索引鍵完全符合搜尋索引鍵。 | |
| SeekLT | 游標會放在最接近索引結尾的索引項目目,而索引項目目小於完全符合搜尋準則的索引項目目。 | |
| SeekLE | 資料指標會放在最接近索引結尾的索引項目目,且索引項目目小於或等於完全符合搜尋準則的索引項目目。 | |
| SeekGE | 游標會放在最接近索引開頭的索引項目目,且該索引項目目大於或等於完全符合搜尋準則的索引項目目。 | |
| SeekGT | 資料指標會放在最接近索引開頭的索引項目目,且該索引項目目大於完全符合搜尋準則的索引項目目。 | |
| SetIndexRange | 索引範圍會自動針對完全符合搜尋索引鍵的所有索引鍵進行設定。 |