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

Valori restituiti

L'IDTSInput100 che è stato aggiunto alla collezione 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 collezione.

Si applica a