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.
配置文件是在开始时加载的,我想知道它们在内存中的存储位置和方式,因为根据我的理解,文件加载一次并且其中的信息存储在一些变量中,我想知道我怎么能在运行时更改这些变量的值?
就像你会改变任何变量的值一样。您的配置文件只会告诉您设置为从中加载的变量的初始值。包启动后,您可以使用脚本任务操作变量,例如:
Dts.Variables("YourVar").Value = True