Tag: 出价

如何在脚本组件中访问ssis包变量

如何在我的C#代码中访问我在数据流中使用的变量 – >脚本组件 – >我的c#脚本和我的SSIS包? 我试过用哪个也行不通 IDTSVariables100 varCollection = null; this.VariableDispenser.LockForRead(“User::FilePath”); string XlsFile; XlsFile = varCollection[“User::FilePath”].Value.ToString();