BufferColumn Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Provides read-only metadata for a PipelineBuffer column.
public value class BufferColumn
[System.CLSCompliant(false)]
public struct BufferColumn
[<System.CLSCompliant(false)>]
type BufferColumn = struct
Public Structure BufferColumn
- Inheritance
-
BufferColumn
- Attributes
Remarks
The BufferColumn structure contains information about the data contained in a PipelineBuffer column. This information is used when reading or writing to a column in a PipelineBuffer.
Fields
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. |