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. |
頂端