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 IDTSInput100 object is connected to the component through the IDTSPath100 interface.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Overridable Sub OnInputPathAttached ( _
inputID As Integer _
)
'Usage
Dim instance As PipelineComponent
Dim inputID As Integer
instance.OnInputPathAttached(inputID)
public virtual void OnInputPathAttached(
int inputID
)
public:
virtual void OnInputPathAttached(
int inputID
)
abstract OnInputPathAttached :
inputID:int -> unit
override OnInputPathAttached :
inputID:int -> unit
public function OnInputPathAttached(
inputID : int
)
Parameters
- inputID
Type: System.Int32
Contains the ID of the IDTSInput100 object that is attached.
Remarks
This method is called in response to a call to the AttachPathAndPropagateNotifications method. This method notifies your component that the IDTSInput100 object specified by inputID is connected to another component through the IDTSPath100 interface.