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


Метод PipelineComponent.OnInputPathDetached

Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
Public Overridable Sub OnInputPathDetached ( _
    inputID As Integer _
)
'Применение
Dim instance As PipelineComponent 
Dim inputID As Integer

instance.OnInputPathDetached(inputID)
public virtual void OnInputPathDetached(
    int inputID
)
public:
virtual void OnInputPathDetached(
    int inputID
)
abstract OnInputPathDetached : 
        inputID:int -> unit  
override OnInputPathDetached : 
        inputID:int -> unit
public function OnInputPathDetached(
    inputID : int
)

Параметры

Замечания

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection.

См. также

Справочник

PipelineComponent Класс

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