Metodo ManagedComponentHost.HostOnOutputPathAttached
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the host on attached output path.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public Sub HostOnOutputPathAttached ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer _
)
'Utilizzo
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
)
Parametri
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
- outputID
Tipo: System.Int32
The output identifier.
Implementa
IDTSManagedComponentHost100.HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)