Compartilhar via


Membros DTP_BUFFCOL

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

O tipo DTP_BUFFCOL 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 values stored in a buffer column.
Campo público lCodePage Specifies the character set used to interpret the data in a buffer column.
Campo público lLengthOffset Gets the number of bytes from the beginning of a row to the length of the column.
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 row to where the column data begins.
Campo público lPrecision Indicates the number of decimal places of the numeric data in a buffer column.
Campo público lScale Indicates the scale of numeric data in a column.
Campo público lStatusOffset Indicates the offset from the beginning of a buffer row to the status value for a column.

Início