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.
Flags for ESENT objects (tables). 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 ObjectInfoFlags
'Usage
Dim instance As ObjectInfoFlags
[FlagsAttribute]
public enum ObjectInfoFlags
Members
| Member name | Description | |
|---|---|---|
| None | Default options. | |
| System | Object is for internal use only. | |
| TableFixedDDL | Table's DDL is fixed. | |
| TableTemplate | Table's DDL is inheritable. | |
| TableDerived | Table's DDL is inherited from a template table. | |
| TableNoFixedVarColumnsInDerivedTables | Fixed or variable columns in derived tables (so that fixed or variable columns can be added to the template in the future). Used in conjunction with TableTemplate. |