ManagedComponentHost.HostPreExecute 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Specifies the event before the host is executed.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)

구문

‘선언
Public Sub HostPreExecute ( _
    wrapper As IDTSManagedComponentWrapper100 _
)
‘사용 방법
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
)

매개 변수

구현

IDTSManagedComponentHost100.HostPreExecute(IDTSManagedComponentWrapper100)

참고 항목

참조

ManagedComponentHost 클래스

Microsoft.SqlServer.Dts.Pipeline 네임스페이스