Udostępnij przez


Metoda ManagedComponentHost.HostOnInputPathAttached

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Pipeline
Zestaw:  Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)

Składnia

'Deklaracja
Public Sub HostOnInputPathAttached ( _
    wrapper As IDTSManagedComponentWrapper100, _
    inputID As Integer _
)
'Użycie
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
)

Implementacje

IDTSManagedComponentHost100.HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)