Partilhar via


Membros tagBUFFERCOL

Contains metadata that describes the data stored in a buffer column.

O tipo tagBUFFERCOL expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de ValueType.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de ValueType.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de ValueType.)

Início

Campos

  Nome Descrição
Campo público DataType Specifies the data type of the value contained in the column.
Campo público lCodePage Specifies the character set used to interpret the data in a buffer column.
Campo público lLengthOffset Indicates the number of bytes from the beginning of a buffer row to the end of the column data.
Campo público lMaxLength Indicates the maximum length of the data stored in a buffer column.
Campo público lOffset Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
Campo público lPrecision Indicates the number of decimal places of precision contained in a buffer column.
Campo público lScale Indicates the number of decimal places contained in the buffer column.
Campo público lStatusOffset Indicates the length in bytes from the beginning of a buffer row to the status value of a column.

Início