本文介绍了如何从dtsConfig文件中读取文件名的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何取名称" PreProcess_xxxxx.txt"
from dtsConfig file how to take the name "PreProcess_xxxxx.txt"
使用powershell从下面的代码转换为变量
into variable from below code using powershell
<Configuration ConfiguredType="Property" Path="\Package.Variables[User::LogFilePathForEmail].Properties[Value]" ValueType="String">
<ConfiguredValue>\\server\SSIS_Package_Logs\ssisname\PreProcess_xxxxx.txt</ConfiguredValue>
</Configuration>
推荐答案
这篇关于如何从dtsConfig文件中读取文件名的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!