CManagedComponentWrapperClass.OnInputPathDetached(Int32) Método

Definición

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

Parámetros

lInputID
Int32

Implementaciones

Atributos

Comentarios

La tarea de flujo de datos llama a este método cuando el IDTSInput100 objeto de un componente se desasocia de un IDTSPath100 objeto . Los desarrolladores que editan un componente no deben llamarlo directamente.

Se aplica a