IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Méthode

Définition

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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 IDTSInput100 objet avant ou après l’objet d’entrée spécifié par le lInputID paramètre de la NewAt méthode.

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

S’applique à