Compartilhar via


Método ManagedComponentHost.HostOnOutputPathAttached

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Specifies the host on attached output path.

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

Sintaxe

'Declaração
Public Sub HostOnOutputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputID As Integer _
)
'Uso
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
)

Parâmetros

Implementa

IDTSManagedComponentHost100.HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)

Consulte também

Referência

ManagedComponentHost Classe

Namespace Microsoft.SqlServer.Dts.Pipeline