Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 SSIS 中,如何在调试中逐步执行 foreach 循环以单独查看其中的每个步骤?我添加了断点,但它们似乎并没有在调试中中断?
谢谢!
我会将 OnPreExecute 断点添加到 foreach 循环内的第一个任务。