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


Метод OnInputPathAttached

Called when an IDTSInput100 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 OnInputPathAttached ( _
    lInputID As Integer _
)
'Применение
Dim instance As CManagedComponentWrapperClass
Dim lInputID As Integer

instance.OnInputPathAttached(lInputID)
public virtual void OnInputPathAttached(
    int lInputID
)
public:
virtual void OnInputPathAttached(
    [InAttribute] int lInputID
)
abstract OnInputPathAttached : 
        lInputID:int -> unit 
override OnInputPathAttached : 
        lInputID:int -> unit 
public function OnInputPathAttached(
    lInputID : int
)

Параметры

Реализует интерфейс

IDTSDesigntimeComponent100. . :: . .OnInputPathAttached(Int32)

Замечания

This method is called by the data flow task when the AttachPathAndPropagateNotifications method is called, and provides notification to the component that the input has been connected. It should not be called directly by developers who are programmatically editing a component.