Condividi tramite


Metodo WrapperOnOutputPathAttached

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

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