PipelineBuffer::ColumnInfo Property

 

Gets the column information of the pipeline buffer.

This API is not CLS-compliant.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
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.

Return to top
Show: