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 IDTSInput100 oggetto al IDTSInputCollection100 componente 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 IDTSInput100 oggetto prima o dopo l'oggetto IDTSInput100 specificato da inputID.
- lInputID
- Int32
Specifica un oggetto esistente IDTSInput100 accanto al quale il nuovo IDTSInput100 viene inserito.
Valori restituiti
Oggetto appena creato IDTSInput100 .
Implementazioni
- Attributi
Commenti
Chiama questo metodo per inserire un nuovo IDTSInput100 oggetto prima o dopo l'oggetto di input specificato dal inputID parametro.