Поделиться через


Элементы BufferColumn

Provides read-only metadata for a PipelineBuffer column.

Тип BufferColumn предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из ValueType.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из ValueType.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из ValueType.)

В начало

Поля

  Имя Описание
Открытое поле CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
Открытое поле DataType Specifies the DataType of the value stored in the PipelineBuffer column.
Открытое поле MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
Открытое поле Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Открытое поле Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

В начало