/ Published in: C#
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.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
string myVar; myVar = Dts.Variables["MyStringVariable"].Value.ToString();
URL: http://msdn.microsoft.com/en-us/library/ms136031.aspx