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

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

공개 프로퍼티들

프로퍼티 타입 설명
cbActual uint
cbData uint
columnid uint
columnidNextTagged uint
err int
grbit uint
ibLongValue uint
itagSequence uint
pvData System.IntPtr

프로퍼티 상세

cbActual 공개적으로 프로퍼티

The size, in bytes, of data that is retrieved by a retrieve column operation.
public uint cbActual
리턴 uint

cbData 공개적으로 프로퍼티

The size of allocation beginning at pvData, in bytes. The retrieve column operation will not store more data at pvData than cbData.
public uint cbData
리턴 uint

columnid 공개적으로 프로퍼티

The column identifier for the column to retrieve.
public uint columnid
리턴 uint

columnidNextTagged 공개적으로 프로퍼티

The columnid of the tagged, multi-valued, or sparse column when all tagged columns are retrieved by passing 0 as the columnid.
public uint columnidNextTagged
리턴 uint

err 공개적으로 프로퍼티

Error codes and warnings returned from the retrieval of the column.
public int err
리턴 int

grbit 공개적으로 프로퍼티

A group of bits that contain the options for column retrieval.
public uint grbit
리턴 uint

ibLongValue 공개적으로 프로퍼티

The offset to the first byte to be retrieved from a column of type JET_coltyp.LongBinary or JET_coltyp.LongText.
public uint ibLongValue
리턴 uint

itagSequence 공개적으로 프로퍼티

The sequence number of the values that are contained in a multi-valued column. If the itagSequence is 0 then the number of instances of a multi-valued column are returned instead of any column data.
public uint itagSequence
리턴 uint

pvData 공개적으로 프로퍼티

A pointer to begin storing data that is retrieved from the column value.
public IntPtr,System pvData
리턴 System.IntPtr