你好在这个问题之前我已经问过Stckoverflow Create Dynamic Path For SSIS Logging with SSIS log provider for Text files
我遵循建议,但我的日志文件没有创建?为什么会这样?是否无法动态更改 SSIS 文本日志文件连接的日志记录?它只是静态连接吗?
你好在这个问题之前我已经问过Stckoverflow Create Dynamic Path For SSIS Logging with SSIS log provider for Text files
我遵循建议,但我的日志文件没有创建?为什么会这样?是否无法动态更改 SSIS 文本日志文件连接的日志记录?它只是静态连接吗?
我得到了这个链接的答案:set filepath from database in SSIS variable for logging
IDTSVariables100 varCollection = null;
this.VariableDispenser.LockForRead("User::FilePath");
string XlsFile;
XlsFile = varCollection["User::FilePath"].Value.ToString();
我需要的是:
this.VariableDispenser.LockForRead("User::FilePath");