Hi all,
In a script task I can fail the task in my catch ex as exception block using
Dts.TaskResult = Dts.Results.Failure
I want to do the same in a script component if it catches an exception. Anyone know the syntax or if this can be done?
Thanks,
Strick