CloseDatabaseGrbit enumeration

Options for JetCloseDatabase(JET_SESID, JET_DBID, CloseDatabaseGrbit).

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 CloseDatabaseGrbit
'Usage
Dim instance As CloseDatabaseGrbit
[FlagsAttribute]
public enum CloseDatabaseGrbit

Members

Member name Description
None Default options.

See also

Reference

Microsoft.Isam.Esent.Interop namespace