다음을 통해 공유


OnInputPathAttached 메서드

Called when an IDTSInput100 object of the component is attached to a downstream component.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap.dll의 Microsoft.SqlServer.DTSPipelineWrap

구문

‘선언
Public Overridable Sub OnInputPathAttached ( _
    lInputID As Integer _
)
‘사용 방법
Dim instance As CManagedComponentWrapperClass
Dim lInputID As Integer

instance.OnInputPathAttached(lInputID)
public virtual void OnInputPathAttached(
    int lInputID
)
public:
virtual void OnInputPathAttached(
    [InAttribute] int lInputID
)
abstract OnInputPathAttached : 
        lInputID:int -> unit 
override OnInputPathAttached : 
        lInputID:int -> unit 
public function OnInputPathAttached(
    lInputID : int
)

매개 변수

구현

IDTSDesigntimeComponent100. . :: . .OnInputPathAttached(Int32)

주의

This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, and provides notification to the component that the input has been connected. It should not be called directly by developers who are programmatically editing a component.