JET_dbstate enumeration

Database states (used in JET_DBINFOMISC).

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

Syntax

'Declaration
Public Enumeration JET_dbstate
'Usage
Dim instance As JET_dbstate
public enum JET_dbstate

Members

Member name Description
JustCreated The database was just created.
DirtyShutdown Dirty shutdown (inconsistent) database.
CleanShutdown Clean shutdown (consistent) database.
BeingConverted Database is being converted.
ForceDetach Database was force-detached.

See also

Reference

Microsoft.Isam.Esent.Interop namespace