IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ajoute un objet IDTSInput100 au IDTSInputCollection100.
public:
Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public 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
Public Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100
Paramètres
- eInsertPlacement
- DTSInsertPlacement
Spécifie s'il faut insérer le nouvel objet IDTSInput100 avant ou après l'objet IDTSInput100 spécifié par lInputID
.
- lInputID
- Int32
Spécifie un objet IDTSInput100 existant en regard duquel le nouvel objet IDTSInput100 est inséré.
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 dans la NewAt méthode.
Si inputID
est égal à zéro, le nouvel IDTSInput100 objet est ajouté au début de la collection.