Hi ,
I want to see the value of variable in single massage.
I am using C#2012 code
I am able to get using below code in 2 diffrent masg window.
MessageBox.Show(Dts.Variables["migration_start"].Value.ToString());
MessageBox.Show(Dts.Variables["LastRunDate"].Value.ToString());
Regards,
Vipin Jha