PreExecute 메서드
Does the tasks that have to be done after the PrepareForExecute method runs, but before the component begins to process rows of data.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리: Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)
구문
‘선언
Public Overridable Sub PreExecute
‘사용 방법
Dim instance As CManagedComponentWrapperClass
instance.PreExecute()
public virtual void PreExecute()
public:
virtual void PreExecute()
abstract PreExecute : unit -> unit
override PreExecute : unit -> unit
public function PreExecute()