ObjectInfoFlags 枚举

表) (ESENT 对象的标志。 在 JET_OBJECTINFO 中使用。

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

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

语法

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

成员

成员名称 说明
默认选项。
系统 对象仅供内部使用。
TableFixedDDL 表的 DDL 是固定的。
TableTemplate 表的 DDL 是可继承的。
TableDerived 表的 DDL 继承自模板表。
TableNoFixedVarColumnsInDerivedTables 派生表中的固定列或变量列 (,以便将来) 可以将固定列或变量列添加到模板中。 与 TableTemplate 结合使用。

请参阅

参考

Microsoft.Isam.Esent.Interop 命名空间