PipelineComponentExt.CreateOutputColumns 方法

定义

protected:
 void CreateOutputColumns(System::Collections::Generic::IEnumerable<Microsoft::SqlServer::Dts::Pipeline::ColumnInformation ^> ^ columns, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ output);
protected void CreateOutputColumns (System.Collections.Generic.IEnumerable<Microsoft.SqlServer.Dts.Pipeline.ColumnInformation> columns, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 output);
member this.CreateOutputColumns : seq<Microsoft.SqlServer.Dts.Pipeline.ColumnInformation> * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 -> unit
Protected Sub CreateOutputColumns (columns As IEnumerable(Of ColumnInformation), output As IDTSOutput100)

参数

output
IDTSOutput100

适用于