IDTSDesigntimeComponent100.OnInputPathDetached(Int32) Método

Definición

Se llama cuando se elimina un IDTSPath100 objeto que contiene el objeto especificado IDTSInput100 .

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

Contiene el ID del IDTSInput100 objeto que está separado.

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