Return to Snippet

Revision: 36271
at November 20, 2010 03:05 by vbchrisw


Initial Code
byte[] bt = new byte[0];
Dts.Log("Test Log Event", 0, bt);

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

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

Initial Title
Logging in an SSIS Script Task

Initial Tags


Initial Language
C#