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

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

공개 프로퍼티들

프로퍼티 타입 설명
cbData uint
columnid uint
err int
pvData System.IntPtr

프로퍼티 상세

cbData 공개적으로 프로퍼티

The size of the value that was enumerated for the column. This member is only used if err is equal to JET_wrn.ColumnSingleValue.
The unmanaged JET_ENUMCOLUMN structure is a union so this is aliased with cEnumColumnValue.
public uint cbData
리턴 uint

columnid 공개적으로 프로퍼티

The columnid that was enumerated.
public uint columnid
리턴 uint

err 공개적으로 프로퍼티

The column status code from the enumeration of the column.
public int err
리턴 int

pvData 공개적으로 프로퍼티

The the value that was enumerated for the column. This member is only used if err is equal to JET_wrn.ColumnSingleValue.
The unmanaged JET_ENUMCOLUMN structure is a union so this is aliased with rgEnumColumnValue.
public IntPtr,System pvData
리턴 System.IntPtr