CManagedComponentWrapperClass.OnInputPathAttached(Int32) Método

Definición

public:
 virtual void OnInputPathAttached(int lInputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::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

Implementaciones

Atributos

Comentarios

Este método es llamado por la tarea de flujo de datos cuando se llama al método AttachPathAndPropagateNotifications y proporciona notificación al componente de que la entrada ha sido conectada. No debe ser llamada directamente por desarrolladores que están editando programáticamente un componente.

Se aplica a