Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the event after the host is executed.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Syntax
'Declaration
Public Sub HostPostExecute ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Usage
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
instance.HostPostExecute(wrapper)
public void HostPostExecute(
IDTSManagedComponentWrapper100 wrapper
)
public:
virtual void HostPostExecute(
IDTSManagedComponentWrapper100^ wrapper
) sealed
abstract HostPostExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
override HostPostExecute :
wrapper:IDTSManagedComponentWrapper100 -> unit
public final function HostPostExecute(
wrapper : IDTSManagedComponentWrapper100
)
Parameters
- wrapper
Type: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Implements
IDTSManagedComponentHost100.HostPostExecute(IDTSManagedComponentWrapper100)