Return to Snippet

Revision: 36270
at November 20, 2010 03:03 by vbchrisw


Initial Code
bool fireAgain = true;
IDTSComponentMetaData100 myMetaData;
myMetaData = this.ComponentMetaData;
myMetaData.FireInformation(0, "SubComponent", "Description", string.Empty, 0, ref fireAgain);

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

Initial Description
The Script Component raises errors, warnings, and informational messages by using the methods of the **IDTSComponentMetaData100** interface returned by the **ComponentMetaData** property.

Initial Title
Raising Events in an SSIS Script Component

Initial Tags


Initial Language
C#