'How to parameterize ole db destination on data flow expression in SSIS

I know how to parameterize the ole db destination. We can do it by changing the data access mode to "table name or view name variable". But I want parametrization at DFT level like (we can parameterize the sql command for lookup task at data flow task level (as per attached screen shot)). enter image description here

In the same way as lookup, can we parameterize the oledb table name at dft level?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source