I have SSIS package with a Data Flow Task. The OLEDB Source SQL Script has one parameter which I would like to bind to a dts Variable programmatically usingSetComponentProperty("ParameterMapping","Parameter0").Value = "User::P0"; or any means possible.
Thank You In Advance