IDTSManagedComponentWrapper100.WrapperOnInputPathAttached Method

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

Represents the event occurred when an input path is attached.

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

Syntax

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

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

Parameters

See Also

Reference

IDTSManagedComponentWrapper100 Interface

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace