Поделиться через


Метод 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
)

Параметры

Замечания

This method is called when an IDTSOutput100 of a component is attached to a downstream component through an IDTSPath100.

См. также

Справочник

IDTSDesigntimeComponent100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper