PipelineComponent.OnInputPathAttached(Int32) Método

Definición

Recibe una llamada cuando un objeto IDTSInput100 se conecta al componente a través de la interfaz IDTSPath100.

public:
 virtual void OnInputPathAttached(int inputID);
public virtual void OnInputPathAttached (int inputID);
abstract member OnInputPathAttached : int -> unit
override this.OnInputPathAttached : int -> unit
Public Overridable Sub OnInputPathAttached (inputID As Integer)

Parámetros

inputID
Int32

Contiene el id. del objeto IDTSInput100 que está adjuntado.

Comentarios

Se llama a este método en respuesta a una llamada al AttachPathAndPropagateNotifications método . Este método notifica al componente que el IDTSInput100 objeto especificado por inputID está conectado a otro componente a través de la IDTSPath100 interfaz .

Se aplica a