Compartir a través de


tagBUFFERCOL Miembros

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

El tipo tagBUFFERCOL expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de ValueType).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de ValueType).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de ValueType).

Principio

Campos

  Nombre Descripción
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.

Principio