OnOutputPathAttached 메서드
Called when an IDTSOutput100 object of the component is attached to a downstream component.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Public Overridable Sub OnOutputPathAttached ( _
lOutputID As Integer _
)
‘사용 방법
Dim instance As CManagedComponentWrapperClass
Dim lOutputID As Integer
instance.OnOutputPathAttached(lOutputID)
public virtual void OnOutputPathAttached(
int lOutputID
)
public:
virtual void OnOutputPathAttached(
[InAttribute] int lOutputID
)
abstract OnOutputPathAttached :
lOutputID:int -> unit
override OnOutputPathAttached :
lOutputID:int -> unit
public function OnOutputPathAttached(
lOutputID : int
)
매개 변수
- lOutputID
유형: System. . :: . .Int32
The ID of the IDTSOutput100 object that is attached.
구현
IDTSDesigntimeComponent100. . :: . .OnOutputPathAttached(Int32)
주의
This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, to notify the component of the event. It should not be called directly by developers who are programmatically editing a component.