Megosztás:


ManagedComponentHost.HostPreExecute Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies the event before the host is executed.

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

Syntax

'Declaration
Public Sub HostPreExecute ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As ManagedComponentHost 
Dim wrapper As IDTSManagedComponentWrapper100

instance.HostPreExecute(wrapper)
public void HostPreExecute(
    IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPreExecute(
    IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPreExecute : 
        wrapper:IDTSManagedComponentWrapper100 -> unit  
override HostPreExecute : 
        wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostPreExecute(
    wrapper : IDTSManagedComponentWrapper100
)

Parameters

Implements

IDTSManagedComponentHost100.HostPreExecute(IDTSManagedComponentWrapper100)

See Also

Reference

ManagedComponentHost Class

Microsoft.SqlServer.Dts.Pipeline Namespace