Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called when the IDTSInput100 object of the component is disconnected from an upstream component.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Overridable Sub OnInputPathDetached ( _
lInputID As Integer _
)
'Usage
Dim instance As CManagedComponentWrapperClass
Dim lInputID As Integer
instance.OnInputPathDetached(lInputID)
public virtual void OnInputPathDetached(
int lInputID
)
public:
virtual void OnInputPathDetached(
[InAttribute] int lInputID
)
abstract OnInputPathDetached :
lInputID:int -> unit
override OnInputPathDetached :
lInputID:int -> unit
public function OnInputPathDetached(
lInputID : int
)
Parameter
- lInputID
Typ: System.Int32
The ID of the IDTSInput100 object that is disconnected.
Implementiert
IDTSDesigntimeComponent100.OnInputPathDetached(Int32)
Hinweise
This method is called by the data flow task when the IDTSInput100 object of a component is detached from an IDTSPath100 object. It should not be called directly by developers who are programmatically editing a component.