I have a SSIS kit that I want to transfer parameters too, these parameters must come from a. NET framework (VB or C #) so I was wondering if anyone knows how to do this, or better yet a website with helpful tips on how to do this.
So essentially I want to run a SSIS package from. NET that transfers the parameters of the SSIS package it can use inside.
For example, the SSIS package will use flat file importing into a SQL database but the file name and path might be the parameter passed from the. Net application.