Partager via


Méthode ManagedComponentHost.HostOnOutputPathAttached

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

Specifies the host on attached output path.

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

Syntaxe

'Déclaration
Public Sub HostOnOutputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    outputID As Integer _
)
'Utilisation
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim outputID As Integer

instance.HostOnOutputPathAttached(wrapper, _
    outputID)
public void HostOnOutputPathAttached(
    IDTSManagedComponentWrapper100 wrapper,
    int outputID
)
public:
virtual void HostOnOutputPathAttached(
    IDTSManagedComponentWrapper100^ wrapper, 
    int outputID
) sealed
abstract HostOnOutputPathAttached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit  
override HostOnOutputPathAttached : 
        wrapper:IDTSManagedComponentWrapper100 * 
        outputID:int -> unit
public final function HostOnOutputPathAttached(
    wrapper : IDTSManagedComponentWrapper100, 
    outputID : int
)

Paramètres

Implémente

IDTSManagedComponentHost100.HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)

Voir aussi

Référence

ManagedComponentHost Classe

Espace de noms Microsoft.SqlServer.Dts.Pipeline