JET_INDEXLIST members

Include protected members
Include inherited members

Information about a temporary table containing information about all indexes for a given table.

The JET_INDEXLIST type exposes the following members.

Constructors

  Name Description
Public method JET_INDEXLIST

Top

Properties

  Name Description
Public property columnidcColumn Gets the columnid of the column in the temporary table which stores the number of columns in the index key. The column is of type Long.
Public property columnidcEntry Gets the columnid of the column in the temporary table which stores the number of entries in the index. This value is not current and is only is updated by "Api.JetComputeStats". The column is of type Long.
Public property columnidcKey Gets the columnid of the column in the temporary table which stores the number of unique keys in the index. This value is not current and is only is updated by "Api.JetComputeStats". The column is of type Long.
Public property columnidcoltyp Gets the columnid of the column in the temporary table which stores the column type of the column being indexed. The column is of type Long.
Public property columnidcolumnid Gets the columnid of the column in the temporary table which stores the columnid of the column being indexed. The column is of type Long.
Public property columnidcolumnname Gets the columnid of the column in the temporary table which stores the grbit that apply to the indexed column. See IndexKeyGrbit. The column is of type Text.
Public property columnidCp Gets the columnid of the column in the temporary table which stores the code page of the indexed column. The column is of type Short.
Public property columnidcPage Gets the columnid of the column in the temporary table which stores the number of pages in the index. This value is not current and is only is updated by "Api.JetComputeStats". The column is of type Long.
Public property columnidgrbitColumn Gets the columnid of the column in the temporary table which stores the grbit that apply to the indexed column. See IndexKeyGrbit. The column is of type Long.
Public property columnidgrbitIndex Gets the columnid of the column in the temporary table which stores the grbits used on the index. See CreateIndexGrbit. The column is of type Long.
Public property columnidiColumn Gets the columnid of the column in the temporary table which stores the index of this column in the index key. The column is of type Long.
Public property columnidindexname Gets the columnid of the column in the temporary table which stores the name of the index. The column is of type Text.
Public property columnidLangid Gets the columnid of the column in the temporary table which stores the language id (LCID) of the index. The column is of type Short.
Public property columnidLCMapFlags Gets the columnid of the column in the temporary table which stores the unicode normalization flags for the index. The column is of type Long.
Public property cRecord Gets the number of records in the temporary table.
Public property tableid Gets tableid of the temporary table. This should be closed when the table is no longer needed.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Returns a String that represents the current JET_INDEXLIST. (Overrides Object.ToString().)

Top

See also

Reference

JET_INDEXLIST class

Microsoft.Isam.Esent.Interop namespace