Share via


PipelineComponent.InsertInput(DTSInsertPlacement, Int32) Methode

Definition

Wichtig

Diese API ist nicht CLS-kompatibel.

Fügt IDTSInput100 ein IDTSInputCollection100-Objekt hinzu.

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement insertPlacement, int inputID);
[System.CLSCompliant(false)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement insertPlacement, int inputID);
[<System.CLSCompliant(false)>]
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 (insertPlacement As DTSInsertPlacement, inputID As Integer) As IDTSInput100

Parameter

insertPlacement
DTSInsertPlacement

Gibt an, ob das neue IDTSInput100-Objekt vor oder nach dem von inputID angegebenen IDTSInput100-Objekt eingefügt werden soll.

inputID
Int32

Gibt ein vorhandenes IDTSInput100-Objekt an, neben dem die neue IDTSInput100 eingefügt wird.

Gibt zurück

Das neu erstellte IDTSInput100-Objekt.

Attribute

Hinweise

Diese Methode fügt ein neues IDTSInput100 Objekt vor oder nach dem angegebenen Eingabeobjekt ein, das vom Parameter während der NewAtinputID Methode angegeben wurde.

Wenn inputID gleich Null ist, wird das neue IDTSInput100 Objekt am Anfang der Auflistung hinzugefügt.

Gilt für: