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