LsGrbit 列舉
JetSetLS (JET_SESID、JET_TABLEID、JET_LS、LsGrbit) 和JetGetLS (JET_SESID、JET_TABLEID、JET_LS、LsGrbit) 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
<FlagsAttribute> _
Public Enumeration LsGrbit
'Usage
Dim instance As LsGrbit
[FlagsAttribute]
public enum LsGrbit
成員
| 成員名稱 | 描述 | |
|---|---|---|
| 無 | 預設選項。 | |
| 重設 | 所選物件的內容控制碼應該重設為JET_LSNil。 | |
| 資料指標 | 指定內容控制碼應該與指定的資料指標相關聯。 | |
| 資料表 | 指定內容控制碼應該與與指定資料指標相關聯的資料表相關聯。 搭配 Cursor 使用此選項不合法。 |