Raising Events in an SSIS Script Task


/ Published in: C#
Save to your folder(s)

The Script Task uses the **Events** property of the **Dts** object to raise events.


Copy this code and paste it in your HTML
  1. Dts.Events.FireError(0, "Event Snippet", ex.Message + "\r" + ex.StackTrace, "", 0);

URL: http://msdn.microsoft.com/en-us/library/ms136031.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.