Share via


IDTSManagedComponentWrapper100.WrapperOnInputPathDetached Method

This API supports the infrastructure and is not intended to be used directly from your code.

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
)

Parameters