IDTSDesigntimeComponent100.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)
구문
‘선언
Sub OnOutputPathAttached ( _
lOutputID As Integer _
)
‘사용 방법
Dim instance As IDTSDesigntimeComponent100
Dim lOutputID As Integer
instance.OnOutputPathAttached(lOutputID)
void OnOutputPathAttached(
int lOutputID
)
void OnOutputPathAttached(
[InAttribute] int lOutputID
)
abstract OnOutputPathAttached :
lOutputID:int -> unit
function OnOutputPathAttached(
lOutputID : int
)
매개 변수
- lOutputID
유형: System.Int32
The ID of the IDTSOutput100 object.
주의
This method is called when an IDTSOutput100 of a component is attached to a downstream component through an IDTSPath100.