Condividi tramite


Metodo IDTSDesigntimeComponent100.OnInputPathDetached

Called when an IDTSPath100 object that contains the specified IDTSInput100 object is deleted.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub OnInputPathDetached ( _
    lInputID As Integer _
)
'Utilizzo
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
)

Parametri

Osservazioni

This method is called when an IDTSPath100 object is deleted from the IDTSPathCollection100 collection to which the IDTSInput100 identified by the lInputID parameter belongs.

Vedere anche

Riferimento

IDTSDesigntimeComponent100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper