Condividi tramite


ManagedComponentHost.HostOnInputPathAttached Metodo

Definizione

Specifica l'host nel percorso di input collegato.

public:
 virtual void HostOnInputPathAttached(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper, int inputID);
public void HostOnInputPathAttached (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper, int inputID);
abstract member HostOnInputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
override this.HostOnInputPathAttached : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 * int -> unit
Public Sub HostOnInputPathAttached (wrapper As IDTSManagedComponentWrapper100, inputID As Integer)

Parametri

wrapper
IDTSManagedComponentWrapper100

Wrapper del componente.

inputID
Int32

Identificatore dell'input.

Implementazioni

Si applica a