IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) 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.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100
Public Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100
Parametri
- eInsertPlacement
- DTSInsertPlacement
- lInputID
- Int32
Restituisce
IDTSInput100 aggiunto alla raccolta di input.
- Attributi
Commenti
Questo metodo inserisce un nuovo oggetto IDTSInput100 prima o dopo l'oggetto di input specificato dal lInputID parametro nel metodo NewAt .
Se inputID è uguale a zero, il nuovo oggetto IDTSInput100 viene aggiunto all'inizio della raccolta.