CreateTableColumnIndexGrbit enumeration

Options for JetCreateTableColumnIndex.

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

Members

Member name Description
None Default options.
FixedDDL The DDL is fixed.
TemplateTable The DDL is inheritable. Implies FixedDDL.
NoFixedVarColumnsInDerivedTables Used in conjunction with TemplateTable.

See also

Reference

Microsoft.Isam.Esent.Interop namespace