CManagedComponentWrapperClass.InsertInput(DTSInsertPlacement, Int32) Methode

Definition

Fügt ein IDTSInput100 Objekt zum Teil IDTSInputCollection100 der Komponente hinzu.

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

Parameter

eInsertPlacement
DTSInsertPlacement

Spezifiziert, ob das neue IDTSInput100 Objekt vor oder nach dem von definierten IDTSInput100inputIDObjekt eingefügt werden soll.

lInputID
Int32

Spezifiziert ein bestehendes IDTSInput100 Objekt, neben dem das neue IDTSInput100 eingefügt wird.

Gibt zurück

Das neu erstellte IDTSInput100 Objekt.

Implementiert

Attribute

Hinweise

Rufen Sie diese Methode auf, um ein neues IDTSInput100 Objekt vor oder nach dem durch den Parameter inputID angegebenen Eingabeobjekt einzufügen.

Gilt für: