Share via


IDTSManagedComponentHost100.HostOnInputPathDetached Method

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

Represents an event when the host detaches the input path.

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

Syntax

'Declaration
Sub HostOnInputPathDetached ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lInputID As Integer _
)
'Usage
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim lInputID As Integer

instance.HostOnInputPathDetached(pWrapper, _
    lInputID)
void HostOnInputPathDetached(
    IDTSManagedComponentWrapper100 pWrapper,
    int lInputID
)
void HostOnInputPathDetached(
    [InAttribute] IDTSManagedComponentWrapper100^ pWrapper, 
    [InAttribute] int lInputID
)
abstract HostOnInputPathDetached : 
        pWrapper:IDTSManagedComponentWrapper100 * 
        lInputID:int -> unit
function HostOnInputPathDetached(
    pWrapper : IDTSManagedComponentWrapper100, 
    lInputID : int
)

Parameters

See Also

Reference

IDTSManagedComponentHost100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace