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)
Параметры
- columns
- IEnumerable<ColumnInformation>
- output
- IDTSOutput100