IDTSDesigntimeComponent100.InsertInput(DTSInsertPlacement, Int32) Método

Definición

Agrega un objeto IDTSInput100 a IDTSInputCollection100.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ InsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID);
[System.Runtime.InteropServices.DispId(22)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 InsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lInputID);
[<System.Runtime.InteropServices.DispId(22)>]
abstract member InsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function InsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100

Parámetros

eInsertPlacement
DTSInsertPlacement

Especifica si insertar el nuevo objeto IDTSInput100 antes o después del objeto IDTSInput100 especificado a través de lInputID.

lInputID
Int32

Especifica un objeto IDTSInput100 existente junto al que se inserta el nuevo IDTSInput100.

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