Generating packages using C#

Hi,

we would like to generate SSIS packages(connections, data flow tasks, etc..) programatically using C#. Is it possible to do so

At present we are creating packages by dragging and dropping required componets from toolbox and configuring them manually. We have a requirement of creating around 300 packages every week. Manual creation of packages is really a nightmare.

I heard from one of friends that using c# we can create packages. is it true if so, can we view/edit the packages generated using c# using VS 2005 IDE(if required)

Regards,

Gopi



Answer this question

Generating packages using C#