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.
在 C# 中,我调用的是 SSIS 包。我必须传递 3 个参数,我该怎么做?
package.Variables["YOUR_VAR_1"].Value = "这是测试";
package.Variables["YOUR_VAR_2"].Value = 100;
应该做的伎俩。