Griffster (6/11/2009)
Is it possible to change the value of a user variable from within a data flow task please? I'm trying to change a package level variable's value within a data flow task. Should be easy I'd have thought but can't remember how!
Yes, it is possible. You have to use a script component, which has base class member VariableDispenser. You can LockForWrite -> Set -> Unlock the variable.
---
SSIS Tasks Components Scripts Services | http://www.cozyroc.com/
