BufferColumn-Member

Provides read-only metadata for a PipelineBuffer column.

Der BufferColumn-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 CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
Öffentliches Feld DataType Specifies the DataType of the value stored in the PipelineBuffer column.
Öffentliches Feld MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
Öffentliches Feld Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Öffentliches Feld Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.

Zum Anfang