Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. |