CManagedComponentWrapperClass.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.
Aggiunge un oggetto IDTSInput100 all'oggetto IDTSInputCollection100 del componente.
public:
virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::InsertInput;
[System.Runtime.InteropServices.DispId(22)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
override this.InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Overridable Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100
Parametri
- eInsertPlacement
- DTSInsertPlacement
Specifica se inserire il nuovo oggetto IDTSInput100 prima o dopo l'oggetto IDTSInput100 specificato da inputID
.
- lInputID
- Int32
Specifica un oggetto IDTSInput100 esistente accanto al quale viene inserito il nuovo oggetto IDTSInput100.
Restituisce
Oggetto IDTSInput100 appena creato.
Implementazioni
- Attributi
Commenti
Chiamare questo metodo per inserire un nuovo IDTSInput100 oggetto prima o dopo l'oggetto di input specificato dal inputID
parametro .