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 | |
---|---|---|
JET_OBJECTLIST |
Top
Properties
Name | Description | |
---|---|---|
columnidcPage | Gets the columnid of the column in the temporary table which stores the number of pages used by the table. | |
columnidcRecord | Gets the columnid of the column in the temporary table which stores the number of records in the table. | |
columnidflags | Gets the columnid of the column in the temporary table which stores the table flags (e.g. the system table flag). | |
columnidgrbit | Gets the columnid of the column in the temporary table which stores the grbits used when the table was created. | |
columnidobjectname | Gets the columnid of the column in the temporary table which stores the name of the table. | |
columnidobjtyp | Gets the columnid of the column in the temporary table which stores the type of the table. | |
cRecord | Gets the number of records in the temporary table. | |
tableid | Gets tableid of the temporary table. This should be closed when the table is no longer needed. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a String that represents the current JET_OBJECTLIST. (Overrides Object.ToString().) |
Top