Compartir a través de


BufferColumn Miembros

Provides read-only metadata for a PipelineBuffer column.

El tipo BufferColumn expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de ValueType).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de ValueType).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de ValueType).

Principio

Campos

  Nombre Descripción
Campo público CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
Campo público DataType Specifies the DataType of the value stored in the PipelineBuffer column.
Campo público MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
Campo público Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Campo público Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

Principio