Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Frees resources and completes the execution of a component.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub Cleanup
'Utilisation
Dim instance As IDTSRuntimeComponent100
instance.Cleanup()
void Cleanup()
void Cleanup()
abstract Cleanup : unit -> unit
function Cleanup()
Notes
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.