PipelineComponentExt.CreateColumnsFromSchemaTable Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- schemaTable
- DataTable
- dataOutput
- IDTSOutput100
- errorOutput
- IDTSOutput100