PipelineComponentExt.CreateColumnsFromSchemaTable 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:
void CreateColumnsFromSchemaTable(System::Data::DataTable ^ schemaTable, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ dataOutput, Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSOutput100 ^ errorOutput);
protected void CreateColumnsFromSchemaTable (System.Data.DataTable schemaTable, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 dataOutput, Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 errorOutput);
member this.CreateColumnsFromSchemaTable : System.Data.DataTable * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 * Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutput100 -> unit
Protected Sub CreateColumnsFromSchemaTable (schemaTable As DataTable, dataOutput As IDTSOutput100, errorOutput As IDTSOutput100)
Parameters
- schemaTable
- DataTable
- dataOutput
- IDTSOutput100
- errorOutput
- IDTSOutput100