Logging In An SSIS Script Component


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

The Script Component uses the **Log** method of the autogenerated base class to log information to enabled log providers.


Copy this code and paste it in your HTML
  1. byte[] bt = new byte[0];
  2. this.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.