OpenDatabaseGrbit 列舉
JetOpenDatabase (JET_SESID、String、String、JET_DBID、OpenDatabaseGrbit) 的選項。
此列舉有 FlagsAttribute 屬性,因此其成員值可進行位元組合。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
<FlagsAttribute> _
Public Enumeration OpenDatabaseGrbit
'Usage
Dim instance As OpenDatabaseGrbit
[FlagsAttribute]
public enum OpenDatabaseGrbit
成員
| 成員名稱 | 描述 | |
|---|---|---|
| 無 | 預設選項。 | |
| ReadOnly | 防止修改資料庫。 | |
| 獨佔 | 只允許單一會話附加資料庫。 一般而言,數個會話可以開啟資料庫。 |