Compartilhar via


Método WrapperOnOutputPathAttached

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

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

Sintaxe

'Declaração
Sub WrapperOnOutputPathAttached ( _
    lOutputID As Integer _
)
'Uso
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer

instance.WrapperOnOutputPathAttached(lOutputID)
void WrapperOnOutputPathAttached(
    int lOutputID
)
void WrapperOnOutputPathAttached(
    [InAttribute] int lOutputID
)
abstract WrapperOnOutputPathAttached : 
        lOutputID:int -> unit 
function WrapperOnOutputPathAttached(
    lOutputID : int
)

Parâmetros