IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Metodo

Definizione

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

Parametri

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

Restituisce

IDTSInput100

IDTSInput100 aggiunto alla raccolta di input.

Attributi

Commenti

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

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

Si applica a