Edit

JET_OBJECTINFO members

Include protected members
Include inherited members

The JET_OBJECTINFO structure holds information about an object. Tables are the only object types that are currently supported.

The JET_OBJECTINFO type exposes the following members.

Constructors

  Name Description
Public method JET_OBJECTINFO

Top

Properties

  Name Description
Public property cPage Gets the number of pages used by the table.
Public property cRecord Gets the number of records in the table.
Public property flags Gets the table type flags.
Public property grbit Gets the table options.
Public property objtyp Gets the JET_OBJTYP of the table. Currently only tables will be returned (that is, Table).

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_OBJECTINFO. (Overrides Object.ToString().)

Top

See also

Reference

JET_OBJECTINFO class

Microsoft.Isam.Esent.Interop namespace