CManagedComponentWrapperClass.OnOutputPathAttached(Int32) 메서드

정의

public:
 virtual void OnOutputPathAttached(int lOutputID) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSDesigntimeComponent100::OnOutputPathAttached;
[System.Runtime.InteropServices.DispId(28)]
public virtual void OnOutputPathAttached (int lOutputID);
[<System.Runtime.InteropServices.DispId(28)>]
abstract member OnOutputPathAttached : int -> unit
override this.OnOutputPathAttached : int -> unit
Public Overridable Sub OnOutputPathAttached (lOutputID As Integer)

매개 변수

lOutputID
Int32

구현

특성

설명

이 메서드는 메서드를 호출할 때 데이터 흐름 태스크에 AttachPathAndPropagateNotifications 의해 호출되어 이벤트 구성 요소에 알립니다. 구성 요소를 프로그래밍 방식으로 편집하는 개발자가 직접 호출해서는 안 됩니다.

적용 대상