Simpliest way to update variable in ControlFlow or DataFlow -
09-16-2008
, 03:58 AM
I want to update my Variable in the DataFlow. Im using Script Task. Is there
a simplier way to do it? Something like DataFlow Transformation component
named Row Count, where I can simple set the Count of the flown rows to the
variable. I would like set a value to the variable as my choose.
For example: I want to build result email body during DataFlow depending on
the results and the count of rows, and other values. I have defined variable
named ResultEmailBody and I wanna add strings during DataFlow based on each
result of the each component in the flow.
I would like simple set the variable without using Script Component.
Thanks for answer |