DTS Dynamic Properties Task -
03-26-2006
, 05:45 PM
Not finding much information out there about accessing a DTS dynamic
properties task from .NET. Apparently it can be done from COM, but not via
interop. You can access a dynamic properties task as part of the Tasks
collection, but the Assignments collection, the meat of a dynamic properties
task, doesn't show up at all. So, is this broken in some way? Why would it be
exposed in COM but not via interop? Thanks!
What I'm trying to accomplish is to create a user interface to running
aribtrary DTS packages with parameters at runtime. If I can interrogate the
dynamic properties task then I know what to prompt the user for. New packages
can be added without changing the application. |