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.