Метод 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.