Condividi tramite


Membri tagBUFFERCOL

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

Il tipo tagBUFFERCOL espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals (Ereditato da ValueType).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da ValueType).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da ValueType).

In alto

Campi

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

In alto