JET_OBJECTLIST members

Include protected members
Include inherited members

Information about a temporary table containing information about all tables for a given database.

The JET_OBJECTLIST type exposes the following members.

Constructors

  Name Description
Public method JET_OBJECTLIST

Top

Properties

  Name Description
Public property columnidcPage Gets the columnid of the column in the temporary table which stores the number of pages used by the table.
Public property columnidcRecord Gets the columnid of the column in the temporary table which stores the number of records in the table.
Public property columnidflags Gets the columnid of the column in the temporary table which stores the table flags (e.g. the system table flag).
Public property columnidgrbit Gets the columnid of the column in the temporary table which stores the grbits used when the table was created.
Public property columnidobjectname Gets the columnid of the column in the temporary table which stores the name of the table.
Public property columnidobjtyp Gets the columnid of the column in the temporary table which stores the type of the table.
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_OBJECTLIST. (Overrides Object.ToString().)

Top

See also

Reference

JET_OBJECTLIST class

Microsoft.Isam.Esent.Interop namespace