IDTSDesigntimeComponent100.OnInputPathDetached(Int32) Método

Definición

public:
 void OnInputPathDetached(int lInputID);
[System.Runtime.InteropServices.DispId(26)]
public void OnInputPathDetached(int lInputID);
[<System.Runtime.InteropServices.DispId(26)>]
abstract member OnInputPathDetached : int -> unit
Public Sub OnInputPathDetached (lInputID As Integer)

Parámetros

lInputID
Int32
Atributos

Comentarios

Este método se llama cuando un IDTSPath100 objeto se elimina de la IDTSPathCollection100 colección a la que pertenece el IDTSInput100 identificado por el lInputID parámetro.

Se aplica a