Compartilhar via


IDTSManagedComponentWrapper100.WrapperInsertInput Método

Definição

Insere uma entrada do wrapper.

public:
 Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSInput100 ^ WrapperInsertInput(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSInsertPlacement eInsertPlacement, int lInputID);
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100 WrapperInsertInput (Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement eInsertPlacement, int lInputID);
abstract member WrapperInsertInput : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSInsertPlacement * int -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSInput100
Public Function WrapperInsertInput (eInsertPlacement As DTSInsertPlacement, lInputID As Integer) As IDTSInput100

Parâmetros

eInsertPlacement
DTSInsertPlacement

O posicionamento da inserção.

lInputID
Int32

O identificador da entrada.

Retornos

A entrada inserida.

Aplica-se a