OnInputPathDetached Método
Called when an IDTSInput100 object is disconnected from the component through the IDTSPath100 interface.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Sintaxis
'Declaración
Public Overridable Sub OnInputPathDetached ( _
inputID As Integer _
)
'Uso
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
)
Parámetros
- inputID
Tipo: System. . :: . .Int32
Specifies the ID of the IDTSInput100 that was connected to the IDTSPath100 object.
Notas
This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection.
Vea también