CreateTableColumnIndexGrbit 枚举

JetCreateTableColumnIndex 的选项。

此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

成员

成员名称 说明
默认选项。
FixedDDL DDL 是固定的。
TemplateTable DDL 是可继承的。 表示 FixedDDL。
NoFixedVarColumnsInDerivedTables 与 TemplateTable 一起使用。

另请参阅

参考

Microsoft.Isam.Esent.Interop 命名空间