BlobColumn.ColumnInfo Property

Definition

Important

This API is not CLS-compliant.

Gets the column information of the pipeline buffer.

public:
 property Microsoft::SqlServer::Dts::Pipeline::BufferColumn ColumnInfo { Microsoft::SqlServer::Dts::Pipeline::BufferColumn get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Pipeline.BufferColumn ColumnInfo { get; }
[<System.CLSCompliant(false)>]
member this.ColumnInfo : Microsoft.SqlServer.Dts.Pipeline.BufferColumn
Public ReadOnly Property ColumnInfo As BufferColumn

Property Value

The column information of the pipeline buffer.

Attributes

Applies to