Partager via


Méthode IDTSManagedComponentWrapper100.WrapperOnOutputPathAttached

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the event occurred when an output path is attached.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Sub WrapperOnOutputPathAttached ( _
    lOutputID As Integer _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDTSManagedComponentWrapper100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper