Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called when an IDTSOutput100 object of the component is attached to a downstream component.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Overridable Sub OnOutputPathAttached ( _
outputID As Integer _
)
'Usage
Dim instance As PipelineComponent
Dim outputID As Integer
instance.OnOutputPathAttached(outputID)
public virtual void OnOutputPathAttached(
int outputID
)
public:
virtual void OnOutputPathAttached(
int outputID
)
abstract OnOutputPathAttached :
outputID:int -> unit
override OnOutputPathAttached :
outputID:int -> unit
public function OnOutputPathAttached(
outputID : int
)
Parameters
- outputID
Type: System.Int32
The ID of the IDTSOutput100 object.