Compartir a través de


DTP_BUFFCOL Miembros

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

El tipo DTP_BUFFCOL 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 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.

Principio