共用方式為


Cleanup 方法

Frees resources and completes the execution of a component.

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

語法

'宣告
Sub Cleanup
'用途
Dim instance As IDTSRuntimeComponent100

instance.Cleanup()
void Cleanup()
void Cleanup()
abstract Cleanup : unit -> unit 
function Cleanup()

備註

Cleanup is the last method called during execution of a data flow component. Components should free allocated resources and perform postprocessing work such as assigning values to run-time variables.