ResizeDatabaseGrbit enumeration

Options for JetResizeDatabase(JET_SESID, JET_DBID, Int32, Int32, ResizeDatabaseGrbit).

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

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

Syntax

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

Members

Member name Description
None No option.
OnlyGrow Only grow the database. If the resize call would shrink the database, do nothing.

See also

Reference

Microsoft.Isam.Esent.Interop.Windows8 namespace