Condividi tramite


Metodo IDTSManagedComponentWrapper100.WrapperOnOutputPathAttached

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Represents the event occurred when an output path is attached.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Sub WrapperOnOutputPathAttached ( _
    lOutputID As Integer _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

IDTSManagedComponentWrapper100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper