ManagedComponentHost.HostOnOutputPathAttached Method

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

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

Syntax

'Declaration
Public Sub HostOnOutputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputID As Integer _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer

instance.HostOnOutputPathAttached(wrapper, _
    outputID)
public void HostOnOutputPathAttached(
    IDTSManagedComponentWrapper100 wrapper,
    int outputID
)
public:
virtual void HostOnOutputPathAttached(
    IDTSManagedComponentWrapper100^ wrapper, 
    int outputID
) sealed
abstract HostOnOutputPathAttached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit 
override HostOnOutputPathAttached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit 
public final function HostOnOutputPathAttached(
    wrapper : IDTSManagedComponentWrapper100, 
    outputID : int
)

Implements

IDTSManagedComponentHost100.HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)