PipelineComponent.OnOutputPathAttached(Int32) Método

Definición

Recibe una llamada cuando un objeto IDTSOutput100 del componente se adjunta a un componente de nivel inferior.

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

Parámetros

outputID
Int32

Id. del objeto IDTSOutput100.

Se aplica a