共用方式為


CManagedComponentWrapperClass.PostExecute 方法

Does the tasks that have to be done after the component has finished processing rows of data.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Public Overridable Sub PostExecute
'用途
Dim instance As CManagedComponentWrapperClass

instance.PostExecute()
public virtual void PostExecute()
public:
virtual void PostExecute()
abstract PostExecute : unit -> unit  
override PostExecute : unit -> unit
public function PostExecute()

實作

IDTSRuntimeComponent100.PostExecute()

請參閱

參考

CManagedComponentWrapperClass 類別

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