Freigeben über


ManagedComponentHost.HostOnInputPathAttached-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Specifies the host on attached input path.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Syntax

'Declaration
Public Sub HostOnInputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer _
)
'Usage
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
)

Parameter

Implementiert

IDTSManagedComponentHost100.HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)

Siehe auch

Verweis

ManagedComponentHost Klasse

Microsoft.SqlServer.Dts.Pipeline-Namespace