Compartir a través de


CManagedComponentWrapperClass.OnInputPathAttached(Int32) Método

Definición

Recibe una llamada cuando un objeto IDTSInput100 del componente se adjunta a un componente de nivel inferior.

public:
 virtual void OnInputPathAttached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSDesigntimeComponent100::OnInputPathAttached;
[System.Runtime.InteropServices.DispId(27)]
public virtual void OnInputPathAttached (int lInputID);
[<System.Runtime.InteropServices.DispId(27)>]
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (lInputID As Integer)

Parámetros

lInputID
Int32

Identificador de IDTSInput100.

Implementaciones

Atributos

Comentarios

La tarea de flujo de datos llama a este método cuando se llama al AttachPathAndPropagateNotifications método y proporciona una notificación al componente al que se ha conectado la entrada. Los desarrolladores que editan un componente no deben llamarlo directamente.

Se aplica a