IDTSManagedComponentHost100.HostOnInputPathAttached Method (IDTSManagedComponentWrapper100, Int32)

 

Applies To: SQL Server 2016 Preview

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

Represents an event when host attaches the input path.

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

Syntax

void HostOnInputPathAttached(
    IDTSManagedComponentWrapper100 pWrapper,
    int lInputID
)
void HostOnInputPathAttached(
    IDTSManagedComponentWrapper100^ pWrapper,
    int lInputID
)
abstract HostOnInputPathAttached : 
        pWrapper:IDTSManagedComponentWrapper100 *
        lInputID:int -> unit
Sub HostOnInputPathAttached (
    pWrapper As IDTSManagedComponentWrapper100,
    lInputID As Integer
)

Parameters

See Also

IDTSManagedComponentHost100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top