parameter passing to package -
03-17-2009
, 12:31 PM
I'm wondering if the construct of a DTO object from design patterns can also
be applied to SSIS as well. I would like to pass a complex .Net object to a
package so that in the future if additional fields were needed, changes only
need to be done on the .Net side and the mechanism should still work without
modification. |