SSIS programmatically generating packages. -
03-24-2006
, 12:50 AM
Hi,
I am trying generating SSIS packages programmatically.
What I am trying to do is generate seperate package to load the dimensions.
I also want to generate the Parent package which is going to call these
dimension packages and pass the variable to dimension packages. I am trying
to use configuration in child packages (dimension packages) and create the
configuration with the configurationtype of ParentVariable. I don't see any
examples of the code to add the configuration for this type. All the
examples show other configuration types.
Thanks in advance.
Sanjay |