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

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

Se aplica a