PipelineComponent.OnOutputPathAttached 메서드

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Overridable Sub OnOutputPathAttached ( _
    outputID As Integer _
)
‘사용 방법
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
)

매개 변수

참고 항목

참조

PipelineComponent 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스