Edit

JET_OBJECTINFO.flags property

Gets the table type flags.

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

Syntax

'Declaration
Public Property flags As ObjectInfoFlags
    Get
    Private Set
'Usage
Dim instance As JET_OBJECTINFO
Dim value As ObjectInfoFlags

value = instance.flags
public ObjectInfoFlags flags { get; private set; }

Property value

Type: Microsoft.Isam.Esent.Interop.ObjectInfoFlags

See also

Reference

JET_OBJECTINFO class

JET_OBJECTINFO members

Microsoft.Isam.Esent.Interop namespace