Logging in an SSIS Script Task


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

The Script Task uses the **Log** method of the **Dts** object to log information to enabled log providers.


Copy this code and paste it in your HTML
  1. byte[] bt = new byte[0];
  2. Dts.Log("Test Log Event", 0, bt);

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.