The size, in bytes, of data that is retrieved by a retrieve column operation.
publicuintcbActual
리턴
uint
cbData 공개적으로 프로퍼티
The size of allocation beginning at pvData, in bytes. The retrieve column operation will not store more data at pvData than cbData.
publicuintcbData
리턴
uint
columnid 공개적으로 프로퍼티
The column identifier for the column to retrieve.
publicuintcolumnid
리턴
uint
columnidNextTagged 공개적으로 프로퍼티
The columnid of the tagged, multi-valued, or sparse column when all tagged columns are retrieved by passing 0 as the columnid.
publicuintcolumnidNextTagged
리턴
uint
err 공개적으로 프로퍼티
Error codes and warnings returned from the retrieval of the column.
publicinterr
리턴
int
grbit 공개적으로 프로퍼티
A group of bits that contain the options for column retrieval.
publicuintgrbit
리턴
uint
ibLongValue 공개적으로 프로퍼티
The offset to the first byte to be retrieved from a column of type JET_coltyp.LongBinary or JET_coltyp.LongText.
publicuintibLongValue
리턴
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.
publicuintitagSequence
리턴
uint
pvData 공개적으로 프로퍼티
A pointer to begin storing data that is retrieved from the column value.