AttachDatabaseGrbit enumeration
Options for JetAttachDatabase.
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 AttachDatabaseGrbit
'Usage
Dim instance As AttachDatabaseGrbit
[FlagsAttribute]
public enum AttachDatabaseGrbit
Members
Member name | Description | |
---|---|---|
None | Default options. | |
ReadOnly | Prevents modifications to the database. | |
DeleteCorruptIndexes | If JET_paramEnableIndexChecking has been set, all indexes over Unicode data will be deleted. |