共用方式為


CManagedComponentWrapperClass.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()

實作

IDTSRuntimeComponent100.PreExecute()

請參閱

參考

CManagedComponentWrapperClass 類別

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間