I'm working on SSIS 2008.
On the Control Flow of my ssis I have an Execute SQL Task which connects to a Data Flow Task giving the Data Flow Task a value on a variable.
On the Data Flow Task I have a Script Component which would have an sql query and the sql query would work with the variable value.
I want the Script Component to "receive" or "take" the variable as a parameter so I can work with the parameter value.
What I want is something like an OLE DB Source has: If one double clicks on the Ole Db Source and put Sql Command on Data Access mode, you can see the Parameters button, and there you can put the parameter and assign a variable to the parameter.
I have tested the Script Component options, but until now I have not seen a functionality like Ole DB Source has.
How can I do this with a Script Component?
Thanks.

