This topic has not yet been rated - Rate this topic

BufferColumn Structure

Provides read-only metadata for a PipelineBuffer column.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
[CLSCompliantAttribute(false)]
public struct BufferColumn

The BufferColumn type exposes the following members.

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)
Top
  Name Description
Public field CodePage Specifies the code page for PipelineBuffer columns that contain text data types.
Public field DataType Specifies the DataType of the value stored in the PipelineBuffer column.
Public field MaxLength Indicates the maximum number of characters or digits that will fit in the PipelineBuffer column.
Public field Precision Specifies the total number of digits contained in a column that has a numeric data type PipelineBuffer.
Public field Scale Specifies the number of digits to the right of the decimal place for numeric data type PipelineBuffer columns.
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)