IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Méthode

Définition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSInput100
Public Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100

Paramètres

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

Retours

IDTSInput100 qui a été ajouté à la collection d’entrée.

Attributs

Remarques

Cette méthode insère un nouvel objet IDTSInput100 avant ou après l’objet d’entrée spécifié par le lInputID paramètre dans la méthode NewAt.

Si inputID est égal à zéro, le nouvel objet IDTSInput100 est ajouté au début de la collection.

S’applique à