PipelineComponent.PrepareForExecute 메서드
Called before PreExecute.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Overridable Sub PrepareForExecute
‘사용 방법
Dim instance As PipelineComponent
instance.PrepareForExecute()
public virtual void PrepareForExecute()
public:
virtual void PrepareForExecute()
abstract PrepareForExecute : unit -> unit
override PrepareForExecute : unit -> unit
public function PrepareForExecute()
주의
A run-time method that is called before PreExecute. Component developers may do some initialization in this method; however the BufferManager is not available until PreExecute.