C# Class Microsoft.Isam.Esent.Interop.NATIVE_OBJECTINFO

Afficher le fichier Open project: ayende/managed-esent Class Usage Examples

Méthodes publiques

Свойство Type Description
cPage uint
cRecord uint
cbStruct uint
flags uint
grbit uint
ignored1 double
ignored2 double
objtyp uint

Property Details

cPage public_oe property

Number of pages used by the table.
public uint cPage
Résultat uint

cRecord public_oe property

Number of records in the table.
public uint cRecord
Résultat uint

cbStruct public_oe property

Size of the structure.
public uint cbStruct
Résultat uint

flags public_oe property

Table type flags.
public uint flags
Résultat uint

grbit public_oe property

A group of bits that contain table options.
public uint grbit
Résultat uint

ignored1 public_oe property

Obsolete. Do not use.
public double ignored1
Résultat double

ignored2 public_oe property

Obsolete. Do not use.
public double ignored2
Résultat double

objtyp public_oe property

Holds the JET_OBJTYP of the structure. Currently only tables will be returned (that is, JET_objtyp.Table.
public uint objtyp
Résultat uint