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

显示文件 Open project: ayende/managed-esent Class Usage Examples

Public Properties

Property 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
return uint

cRecord public_oe property

Number of records in the table.
public uint cRecord
return uint

cbStruct public_oe property

Size of the structure.
public uint cbStruct
return uint

flags public_oe property

Table type flags.
public uint flags
return uint

grbit public_oe property

A group of bits that contain table options.
public uint grbit
return uint

ignored1 public_oe property

Obsolete. Do not use.
public double ignored1
return double

ignored2 public_oe property

Obsolete. Do not use.
public double ignored2
return 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
return uint