IDTSRuntimeComponent100.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.

참고 항목

참조

IDTSRuntimeComponent100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스