PipelineComponent.Cleanup 메서드
Frees resources and finishes the execution of the component.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Overridable Sub Cleanup
‘사용 방법
Dim instance As PipelineComponent
instance.Cleanup()
public virtual void Cleanup()
public:
virtual void Cleanup()
abstract Cleanup : unit -> unit
override Cleanup : unit -> unit
public function Cleanup()
주의
Cleanup is the last method that is called during execution of a data flow component. Components should release allocated resources and do post processing work such as assigning values to variables, during this method.