PipelineComponentExt.CreateOutputColumn Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- output
- IDTSOutput100