Compartilhar via


Método IDTSManagedComponentHost100.HostOnOutputPathAttached

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

Represents an event when the host attaches the output path.

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

Sintaxe

'Declaração
Sub HostOnOutputPathAttached ( _
    pWrapper As IDTSManagedComponentWrapper100, _
    lOutputID As Integer _
)
'Uso
Dim instance As IDTSManagedComponentHost100 
Dim pWrapper As IDTSManagedComponentWrapper100 
Dim lOutputID As Integer

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

Parâmetros

Consulte também

Referência

IDTSManagedComponentHost100 Interface

Namespace Microsoft.SqlServer.Dts.Pipeline.Wrapper