다음을 통해 공유


ManagedComponentHost.HostPrepareForExecute 메서드

정의

실행을 위해 호스트를 준비합니다.

public:
 virtual void HostPrepareForExecute(Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentWrapper100 ^ wrapper);
public void HostPrepareForExecute (Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 wrapper);
abstract member HostPrepareForExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
override this.HostPrepareForExecute : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentWrapper100 -> unit
Public Sub HostPrepareForExecute (wrapper As IDTSManagedComponentWrapper100)

매개 변수

wrapper
IDTSManagedComponentWrapper100

구성 요소 래퍼입니다.

구현

적용 대상