BufferColumn Members
Provides read-only metadata for a PipelineBuffer column.
The following tables list the members exposed by the BufferColumn type.
Public Fields
Name | Description | |
---|---|---|
![]() |
CodePage | Specifies the code page for PipelineBuffer columns that contain text data types.This field is not CLS-compliant. |
![]() |
DataType | Specifies the DataType of the value stored in the PipelineBuffer column.This field is not CLS-compliant. |
![]() |
MaxLength | Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.This field is not CLS-compliant. |
![]() |
Precision | Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.This field is not CLS-compliant. |
![]() |
Scale | Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.This field is not CLS-compliant. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
![]() |
Equals | Overloaded. (inherited from ValueType ) |
![]() |
GetHashCode | (inherited from ValueType ) |
![]() |
GetType | (inherited from Object ) |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | (inherited from Object ) |
Top
See Also
Reference
BufferColumn Structure
Microsoft.SqlServer.Dts.Pipeline Namespace