C# 클래스 Microsoft.Isam.Esent.Interop.NATIVE_OBJECTINFO

파일 보기 프로젝트 열기: ayende/managed-esent 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cPage uint
cRecord uint
cbStruct uint
flags uint
grbit uint
ignored1 double
ignored2 double
objtyp uint

프로퍼티 상세

cPage 공개적으로 프로퍼티

Number of pages used by the table.
public uint cPage
리턴 uint

cRecord 공개적으로 프로퍼티

Number of records in the table.
public uint cRecord
리턴 uint

cbStruct 공개적으로 프로퍼티

Size of the structure.
public uint cbStruct
리턴 uint

flags 공개적으로 프로퍼티

Table type flags.
public uint flags
리턴 uint

grbit 공개적으로 프로퍼티

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

ignored1 공개적으로 프로퍼티

Obsolete. Do not use.
public double ignored1
리턴 double

ignored2 공개적으로 프로퍼티

Obsolete. Do not use.
public double ignored2
리턴 double

objtyp 공개적으로 프로퍼티

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