Data Management Object Model Reference

Job_Old.JobEnd Event

Job End Event handler, is fired at the end of the transformation but before the environment is closed

[Visual Basic]
Public Event JobEnd As EventHandler
[C#]
public event EventHandler JobEnd;

See Also

Job_Old Class | SPSSMR.Data.Transformations Namespace