IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Método

Definición

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

Parámetros

eInsertPlacement
DTSInsertPlacement
lInputID
Int32

Devoluciones

IDTSInput100 que se ha agregado a la colección de entrada.

Atributos

Comentarios

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

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

Se aplica a