PipelineComponentExt.CreateOutputColumn Method
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.
protected:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutputColumn100 ^ CreateOutputColumn(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ output, Microsoft::SqlServer::Dts::Pipeline::ColumnInformation ^ ci);
protected virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100 CreateOutputColumn (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 output, Microsoft.SqlServer.Dts.Pipeline.ColumnInformation ci);
abstract member CreateOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 * Microsoft.SqlServer.Dts.Pipeline.ColumnInformation -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
override this.CreateOutputColumn : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 * Microsoft.SqlServer.Dts.Pipeline.ColumnInformation -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumn100
Protected Overridable Function CreateOutputColumn (output As IDTSOutput100, ci As ColumnInformation) As IDTSOutputColumn100
Parameters
- output
- IDTSOutput100