PipelineComponentExt.CreateColumnsFromSchemaTable Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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)
Parámetros
- schemaTable
- DataTable
- dataOutput
- IDTSOutput100
- errorOutput
- IDTSOutput100