PipelineBuffer::ColumnInfo Property
Gets the column information of the pipeline buffer.
This API is not CLS-compliant.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public: [CLSCompliantAttribute(false)] property DTP_BUFFCOL* ColumnInfo { DTP_BUFFCOL* get(); }
Property Value
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper::DTP_BUFFCOL*The column information of the pipeline buffer.
Show: