BlobColumn.ColumnInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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