Método ManagedComponentHost.HostPrepareForExecute
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Prepares the host for execution.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
Public Sub HostPrepareForExecute ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Uso
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostPrepareForExecute(wrapper)
public void HostPrepareForExecute(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPrepareForExecute(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPrepareForExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostPrepareForExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostPrepareForExecute(
wrapper : IDTSManagedComponentWrapper100
)
Parâmetros
- wrapper
Tipo: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Implementa
IDTSManagedComponentHost100.HostPrepareForExecute(IDTSManagedComponentWrapper100)