Linguaggio

CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) Metodo

Definizione

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.

Si applica a