Created
August 31, 2012 17:54
-
-
Save kmoormann/3556518 to your computer and use it in GitHub Desktop.
How to access SSIS variables in Script Task
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//note that variable name spaces are not to be used and variables are case sensitive | |
object myVar = Dts.Variables["MyCaseSensitiveVariableName"].Value; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment