PipelineBuffer.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 read-only metadata about the column.
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTP_BUFFCOL* ColumnInfo { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTP_BUFFCOL* get(); };
[System.CLSCompliant(false)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL* ColumnInfo { get; }
[<System.CLSCompliant(false)>]
member this.ColumnInfo : nativeptr<Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTP_BUFFCOL>
Property Value
A BufferColumn that contains read-only metadata about the column.
- Attributes