ManagedComponentHost.HostPreExecute(IDTSManagedComponentWrapper100) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica o evento antes da execução do host.
public:
virtual void HostPreExecute(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper);
public void HostPreExecute (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper);
abstract member HostPreExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
override this.HostPreExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
Public Sub HostPreExecute (wrapper As IDTSManagedComponentWrapper100)
Parâmetros
- wrapper
- IDTSManagedComponentWrapper100
O wrapper do componente.