IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Método

Definición

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

Parámetros

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

Devoluciones

IdTSInput100 que se agregó a la colección de entrada.

Atributos

Comentarios

Este método inserta un nuevo objeto IDTSInput100 antes o después del objeto de entrada especificado por el lInputID parámetro en el método NewAt.

Si inputID es igual a cero, el nuevo objeto IDTSInput100 se agrega al principio de la colección.

Se aplica a