OpenDatabaseGrbit enumeration

Options for JetOpenDatabase(JET_SESID, String, String, JET_DBID, OpenDatabaseGrbit).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.Isam.Esent.Interop
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

Members

Member name Description
None Default options.
ReadOnly Prevents modifications to the database.
Exclusive Allows only a single session to attach a database. Normally, several sessions can open a database.

See also

Reference

Microsoft.Isam.Esent.Interop namespace