Hello Everyone,
General question is: How can I add a script to Script Task from C# code in SQL Server 2012?
We are using C# to dynamically create SSIS packages. Right now we are working on generating them for SQL Server 2012. Our previous implementation (for SQL Server 2008 R2) was calling VSTATaskScriptingEngine methods: InitNewScript, AddProjectReference, AddCodeFile, SaveScriptToStorage, CloseIDE, Build and ShowDesigner. Sadly it seems these methods had been removed in SQL Server 2012 libraries.
Can anybody point me to a solution to this problem (any reference or direct solution will do)? I've searched for an answer for a while, but so far without any success.
Thanks in advance.
General question is: How can I add a script to Script Task from C# code in SQL Server 2012?
We are using C# to dynamically create SSIS packages. Right now we are working on generating them for SQL Server 2012. Our previous implementation (for SQL Server 2008 R2) was calling VSTATaskScriptingEngine methods: InitNewScript, AddProjectReference, AddCodeFile, SaveScriptToStorage, CloseIDE, Build and ShowDesigner. Sadly it seems these methods had been removed in SQL Server 2012 libraries.
Can anybody point me to a solution to this problem (any reference or direct solution will do)? I've searched for an answer for a while, but so far without any success.
Thanks in advance.