标签: c# api script-component
我正在使用SSIS中的脚本组件来构建URI。
http://xxxxxxxx/xxxxx?fromDate=2017-01-01T12:00:00Z&toDate= **Variable** &showExpired=true
我想在结束日期前添加一个变量,以便获取今天的日期。
做到这一点的最佳方法是什么?我没有C#的经验,所以发现这有点挑战。