Condividi tramite


IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Metodo

Definizione

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

Parametri

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

Restituisce

Oggetto IDTSInput100 aggiunto alla raccolta di input.

Attributi

Commenti

Questo metodo inserisce un nuovo IDTSInput100 oggetto prima o dopo l'oggetto di input specificato dal lInputID parametro nel NewAt metodo .

Se inputID è uguale a zero, il nuovo IDTSInput100 oggetto viene aggiunto all'inizio dell'insieme.

Si applica a