JET_IdxInfo 枚举

使用 JetGetIndexInfo 检索索引信息的信息级别。 和 JetGetTableIndexInfo。

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

语法

'Declaration
Public Enumeration JET_IdxInfo
'Usage
Dim instance As JET_IdxInfo
public enum JET_IdxInfo

成员

成员名称 说明
默认 返回包含索引相关信息 的 JET_INDEXLIST 结构。
列表 返回包含索引相关信息 的 JET_INDEXLIST 结构。
SysTabCursor 已过时。 SysTabCursor 已过时。
OLC 已过时。 OLC 已过时。
ResetOLC 已过时。 重置 OLC 已过时。
SpaceAlloc 返回一个整数,其中包含索引的空间使用情况。
LCID 返回具有索引的 LCID 的整数。
Langid 已过时。 Langid 已过时。 请改用 LCID。
Count 返回一个整数,其中包含表中的索引计数。
VarSegMac 返回一个 ushort,该值为创建索引时所使用的 cbVarSegMac。
IndexId 返回标识索引 的JET_INDEXID
KeyMost 在 Windows Vista 中引入。 返回一个 ushort,该值为创建索引时所使用的 cbKeyMost。

请参阅

参考

Microsoft.Isam.Esent.Interop 命名空间