Edit

Share via


ObjectInfoGrbit enumeration

Table options, used in JET_OBJECTINFO.

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

Members

Member name Description
Bookmark The table can have bookmarks.
Rollback The table can be rolled back.
Updatable The table can be updated.

See also

Reference

Microsoft.Isam.Esent.Interop namespace