What you can do is use a dynamic properties task to update the values during
runtime. This works well to use values retrieved from an external source
that may change between runs...
HTH
Ozone
"Count Darling" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
What is the simplest way to get and set the DTS global
variables from a C# program? I have seen some sample code
but it seems to indicate that you are actually changing
the global vars before executing the DTS. I am interested
in creating a DTS step consisting of a C# console program.
All I want to do is to be able to access the current
(running) values of the global vars and possibly change
them as well. I don't need to be fancy with Custom Tasks
or anything. I am an intermediate C# programmer. |