Freigeben über


IDTSManagedComponentWrapper100.WrapperOnInputPathDetached-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents the event occurred when an input path is detached.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
Sub WrapperOnInputPathDetached ( _
    lInputID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentWrapper100 
Dim lInputID As Integer

instance.WrapperOnInputPathDetached(lInputID)
void WrapperOnInputPathDetached(
    int lInputID
)
void WrapperOnInputPathDetached(
    [InAttribute] int lInputID
)
abstract WrapperOnInputPathDetached : 
        lInputID:int -> unit
function WrapperOnInputPathDetached(
    lInputID : int
)

Parameter

Siehe auch

Verweis

IDTSManagedComponentWrapper100 Schnittstelle

Microsoft.SqlServer.Dts.Pipeline.Wrapper-Namespace