JET_INDEXLIST 成员

包括受保护的成员
包括继承的成员

有关临时表的信息,其中包含有关给定表的所有索引的信息。

JET_INDEXLIST 类型公开以下成员。

构造函数

  名称 描述
Public method JET_INDEXLIST

上限

属性

  名称 描述
Public property columnidcColumn 获取临时表中列的 columnid,它存储了索引键中的列数。 该列的类型为 Long
Public property columnidcEntry 获取临时表中列的 columnid,它存储了索引中的条目数。 此值不是最新的,并且仅由“Api.JetComputeStats”更新。 该列的类型为 Long
Public property columnidcKey 获取临时表中列的 columnid,它存储了索引中的唯一键数。 此值不是最新的,并且仅由“Api.JetComputeStats”更新。 该列的类型为 Long
Public property columnidcoltyp 获取临时表中列的 columnid,它存储了被编制索引的列的列类型。 该列的类型为 Long
Public property columnidcolumnid 获取临时表中列的 columnid,它存储了被编制索引的列的 columnid。 该列的类型为 Long
Public property columnidcolumnname 获取临时表中列的 columnid,它存储了应用于被索引列的 grbit。 请参阅 IndexKeyGrbit。 该列的类型为 Text
Public property columnidCp 获取临时表中列的 columnid,它存储了被索引列的代码页。 该列的类型为 Short
Public property columnidcPage 获取临时表中列的 columnid,它存储了索引中的页数。 此值不是最新的,并且仅由“Api.JetComputeStats”更新。 该列的类型为 Long
Public property columnidgrbitColumn 获取临时表中列的 columnid,它存储了应用于被索引列的 grbit。 请参阅 IndexKeyGrbit。 该列的类型为 Long
Public property columnidgrbitIndex 获取临时表中列的 columnid,它存储了索引所用的 grbit。 请参阅 CreateIndexGrbit。 该列的类型为 Long
Public property columnidiColumn 获取临时表中列的 columnid,它存储了索引键中此列的索引。 该列的类型为 Long
Public property columnidindexname 获取临时表中列的 columnid,它存储了索引的名称。 该列的类型为 Text
Public property columnidLangid 获取临时表中列的 columnid,它存储了索引的语言 id (LCID)。 该列的类型为 Short
Public property columnidLCMapFlags 获取临时表中列的 columnid,它存储了索引的 unicode 规范化标志。 该列的类型为 Long
Public property cRecord 获取临时表中的记录数。
Public property tableid 获取临时表的 tableid。 当不再需要该表时,应关闭它。

上限

方法

  名称 说明
Public method 等于 (从 Object 继承。)
Protected method 完成 (从 Object 继承。)
Public method GetHashCode (从 Object 继承。)
Public method GetType (从 Object 继承。)
Protected method MemberwiseClone (从 Object 继承。)
Public method ToString 返回表示当前 JET_INDEXLISTString。 (替代 Object.ToString()。)

上限

另请参阅

参考

JET_INDEXLIST 类

Microsoft.Isam.Esent.Interop 命名空间