OpenDatabaseGrbit 列挙

JetOpenDatabase(JET_SESID、String、String、JET_DBID、OpenDatabaseGrbit) のオプション。

この列挙体には FlagsAttribute 属性があり、そのメンバー値のビットごとの組み合わせが可能になります。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
<FlagsAttribute> _
Public Enumeration OpenDatabaseGrbit
'Usage
Dim instance As OpenDatabaseGrbit
[FlagsAttribute]
public enum OpenDatabaseGrbit

メンバー

メンバー名 説明
なし 既定のオプション。
ReadOnly データベースの変更を防止します。
排他的 データベースのアタッチを許可するセッションは 1 つだけです。 通常、複数のセッションでデータベースを開くことができます。

こちらもご覧ください

リファレンス

Microsoft.Isam.Esent.Interop 名前空間