Basically i am trying to build an application that uses SSIS to run a series of sql stuff.
Here is my code thus far:
public JsonResult Fire
You need to use the Package.Variables property.
Package package = null; package = app.LoadPackage(@"C:\ft\Package.dtsx", null); package.Variables["User::varParam"].Value = "param value";