Udostępnij za pośrednictwem


Metoda PipelineComponent.OnInputPathDetached

Kiedy nazywany IDTSInput100 obiekt jest odłączony od składnika poprzez IDTSPath100 interfejs.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Overridable Sub OnInputPathDetached ( _
    inputID As Integer _
)
'Użycie
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
)

Parametry

Uwagi

Metoda ta jest wywoływana, gdy IDTSPath100 obiekt zostanie usunięty z IDTSPathCollection100 kolekcja.