다음을 통해 공유


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

적용 대상