Partager via


Membres DTP_BUFFCOL

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

Le type DTP_BUFFCOL expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de ValueType.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de ValueType.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de ValueType.)

Haut de la page

Champs

  Nom Description
Champ public DataType Specifies the data type of the values stored in a buffer column.
Champ public lCodePage Specifies the character set used to interpret the data in a buffer column.
Champ public lLengthOffset Gets the number of bytes from the beginning of a row to the length of the column.
Champ public lMaxLength Indicates the maximum length of the data stored in a buffer column.
Champ public lOffset Indicates the number of bytes from the beginning of a row to where the column data begins.
Champ public lPrecision Indicates the number of decimal places of the numeric data in a buffer column.
Champ public lScale Indicates the scale of numeric data in a column.
Champ public lStatusOffset Indicates the offset from the beginning of a buffer row to the status value for a column.

Haut de la page