<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/SSIS</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Wed, 22 May 2013 05:58:12 GMT</pubDate>
<item>
<title>(C#) Logging In An SSIS Script Component - vbchrisw</title>
<link>http://snipplr.com/view/44458/logging-in-an-ssis-script-component/</link>
<description><![CDATA[ <p>The Script Component uses the **Log** method of the autogenerated base class to log information to enabled log providers.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 03:06:35 GMT</pubDate>
<guid>http://snipplr.com/view/44458/logging-in-an-ssis-script-component/</guid>
</item>
<item>
<title>(C#) Logging in an SSIS Script Task - vbchrisw</title>
<link>http://snipplr.com/view/44457/logging-in-an-ssis-script-task/</link>
<description><![CDATA[ <p>The Script Task uses the **Log** method of the **Dts** object to log information to enabled log providers.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 03:05:31 GMT</pubDate>
<guid>http://snipplr.com/view/44457/logging-in-an-ssis-script-task/</guid>
</item>
<item>
<title>(C#) Raising Events in an SSIS Script Component - vbchrisw</title>
<link>http://snipplr.com/view/44456/raising-events-in-an-ssis-script-component/</link>
<description><![CDATA[ <p>The Script Component raises errors, warnings, and informational messages by using the methods of the **IDTSComponentMetaData100** interface returned by the **ComponentMetaData** property.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 03:03:59 GMT</pubDate>
<guid>http://snipplr.com/view/44456/raising-events-in-an-ssis-script-component/</guid>
</item>
<item>
<title>(C#) Raising Events in an SSIS Script Task - vbchrisw</title>
<link>http://snipplr.com/view/44455/raising-events-in-an-ssis-script-task/</link>
<description><![CDATA[ <p>The Script Task uses the **Events** property of the **Dts** object to raise events.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 02:57:44 GMT</pubDate>
<guid>http://snipplr.com/view/44455/raising-events-in-an-ssis-script-task/</guid>
</item>
<item>
<title>(C#) Accessing Variables in an SSIS Script Component - vbchrisw</title>
<link>http://snipplr.com/view/44454/accessing-variables-in-an-ssis-script-component/</link>
<description><![CDATA[ <p>The Script Component uses typed accessor properties of the autogenerated based class, created from the component’s **ReadOnlyVariables** and **ReadWriteVariables** properties.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 02:55:56 GMT</pubDate>
<guid>http://snipplr.com/view/44454/accessing-variables-in-an-ssis-script-component/</guid>
</item>
<item>
<title>(C#) Accessing Variables in an SSIS Script Task - vbchrisw</title>
<link>http://snipplr.com/view/44451/accessing-variables-in-an-ssis-script-task/</link>
<description><![CDATA[ <p>The Script Task uses the **Variables** property of the **Dts** object to access variables that are available through the task’s **ReadOnlyVariables** and **ReadWriteVariables** properties.</p> ]]></description>
<pubDate>Sat, 20 Nov 2010 02:46:18 GMT</pubDate>
<guid>http://snipplr.com/view/44451/accessing-variables-in-an-ssis-script-task/</guid>
</item>
</channel>
</rss>