Return to Snippet

Revision: 36268
at November 20, 2010 02:55 by vbchrisw


Initial Code
string myVar;
myVar = this.Variables.MyStringVariable;

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

Initial Description
The Script Component uses typed accessor properties of the autogenerated based class, created from the component’s **ReadOnlyVariables** and **ReadWriteVariables** properties.

Initial Title
Accessing Variables in an SSIS Script Component

Initial Tags


Initial Language
C#