Data Management Object Model Reference

Job.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 Class | SPSSMR.Data.Transformations Namespace