Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: for each loop and object value

    managed...
    before the 'Data Flow Task' i've created a 'Script Task' which assigned the object's variable to a string and passed it on:
    (Dts.Variables["NewStringVar"].Value = string.Format("{0}", Dts.Variables["ObjectIterarionsVar"].Value.ToString());
    then, i could...

Viewing post 1 (of 2 total)