• Thanks , but this dint help.

    I changed code as

    <<<

    Microsoft.SqlServer.Dts.Runtime.Variable variable = package.Variables.Add("id", false, "User", 0);

    // Get the task host wrapper

    variable.EvaluateAsExpression = false;

    >>>>

    Thanks!