Compartir a través de


ManagedComponentHost.HostOnInputPathAttached Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Specifies the host on attached input path.

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline
Ensamblado:  Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)

Sintaxis

'Declaración
Public Sub HostOnInputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer _
)
'Uso
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100 
Dim inputID As Integer

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

Parámetros

Implementa

IDTSManagedComponentHost100.HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)

Vea también

Referencia

ManagedComponentHost Clase

Espacio de nombres Microsoft.SqlServer.Dts.Pipeline