Freigeben über


tagBUFFERCOL-Member

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

Der tagBUFFERCOL-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld DataType Specifies the data type of the value contained in the column.
Öffentliches Feld lCodePage Specifies the character set used to interpret the data in a buffer column.
Öffentliches Feld lLengthOffset Indicates the number of bytes from the beginning of a buffer row to the end of the column data.
Öffentliches Feld lMaxLength Indicates the maximum length of the data stored in a buffer column.
Öffentliches Feld lOffset Indicates the number of bytes from the beginning of a buffer row to the beginning of the column data.
Öffentliches Feld lPrecision Indicates the number of decimal places of precision contained in a buffer column.
Öffentliches Feld lScale Indicates the number of decimal places contained in the buffer column.
Öffentliches Feld lStatusOffset Indicates the length in bytes from the beginning of a buffer row to the status value of a column.

Zum Anfang