OnInputPathDetached Método
Called when an IDTSPath100 object that contains the specified IDTSInput100 object is deleted.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub OnInputPathDetached ( _
lInputID As Integer _
)
'Uso
Dim instance As IDTSDesigntimeComponent100
Dim lInputID As Integer
instance.OnInputPathDetached(lInputID)
void OnInputPathDetached(
int lInputID
)
void OnInputPathDetached(
[InAttribute] int lInputID
)
abstract OnInputPathDetached :
lInputID:int -> unit
function OnInputPathDetached(
lInputID : int
)
Parámetros
- lInputID
Tipo: System. . :: . .Int32
Specifies the ID of the IDTSInput100 object that was connected to the IDTSPath100 object.
Comentarios
This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection to which the IDTSInput100 identified by the lInputID parameter belongs.
Vea también