Membres tagBUFFERCOL

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

Le type tagBUFFERCOL 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 value contained in the column.
Champ public lCodePage Specifies the character set used to interpret the data in a buffer column.
Champ public lLengthOffset Indicates the number of bytes from the beginning of a buffer row to the end of the column data.
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 buffer row to the beginning of the column data.
Champ public lPrecision Indicates the number of decimal places of precision contained in a buffer column.
Champ public lScale Indicates the number of decimal places contained in the buffer column.
Champ public lStatusOffset Indicates the length in bytes from the beginning of a buffer row to the status value of a column.

Haut de la page