Ejemplo n.º 1
0
        public static void Main(string[] args)
        {
            EzMyLoopPkg p = new EzMyLoopPkg(5);

            p.SaveToFile("demo7.dtsx");
            p.Execute();
            Console.Write(string.Format("Package executed with result {0}\n", p.ExecutionResult));
        }
 public static void Main(string[] args)
 {
     EzMyLoopPkg p = new EzMyLoopPkg(5);
     p.SaveToFile("demo7.dtsx");
     p.Execute();
     Console.Write(string.Format("Package executed with result {0}\n", p.ExecutionResult));
 }