Skip to content

Instantly share code, notes, and snippets.

@kmoormann
Created August 31, 2012 17:54
Show Gist options
  • Save kmoormann/3556518 to your computer and use it in GitHub Desktop.
Save kmoormann/3556518 to your computer and use it in GitHub Desktop.
How to access SSIS variables in Script Task
//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