Метод ManagedComponentHost.HostPostExecute
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Specifies the event after the host is executed.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Sub HostPostExecute ( _
wrapper As IDTSManagedComponentWrapper100 _
)
'Применение
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
)
Параметры
- wrapper
Тип: Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100
The component wrapper.
Реализует
IDTSManagedComponentHost100.HostPostExecute(IDTSManagedComponentWrapper100)