PipelineBuffer.ColumnInfo Property

 

Applies To: SQL Server 2016 Preview

Gets the column information of the pipeline buffer.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

[CLSCompliantAttribute(false)]
public unsafe DTP_BUFFCOL* ColumnInfo { get; }
public:
[CLSCompliantAttribute(false)]
property DTP_BUFFCOL* ColumnInfo {
    DTP_BUFFCOL* get();
}
[<CLSCompliantAttribute(false)>]
member ColumnInfo : nativeptr<DTP_BUFFCOL> with get
Visual Basic does not support APIs that consume or return unsafe types.

Property Value

Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL*

The column information of the pipeline buffer.

See Also

PipelineBuffer Class
Microsoft.SqlServer.Dts.Pipeline Namespace

Return to top