Execute Process Task

简介:

Execute Process Task 用于在Control Flow中执行应用程序,常用于对加密的数据进行解压。

1,RequireFullFileName 属性:是否需要完整的文件路径,如果在FullPath下没有找到文件,那么Task失败。File是Task执行的应用程序文件,默认值是True。

2,Executable 属性:可执行文件的Path和文件名,不能提供任何参数。

3,Arguments 属性:可执行文件的参数

4,WorkingDirectory属性:可执行文件执行所需的Path

5,StandardInputVariable:作为参数而传入Executable的变量。使用SSIS的变量,能够动态地向Executable的参数传值。

6,StandardOutputVariable:用于接收Executable的输出结果的变量

7,StandardErrorVariable:用于捕获Executable在执行中发生错误的变量

8,FailTaskIfReturnCodeIsNotSuccessValue:是否验证Executable的执行结果,Indicates whether the task fails if the process exit code is not the same as the success exit code

9,SuccessValue属性:如果来自于Executable的退出代码与SuccessValue属性的值不一样,那么Execute Process Task失败。默认值是0,表示Task成功执行了Executable。

10,Timeout/TerminateProcessAfterTimeOut 属性:Timeout属性表示Executable执行的超时时间,单位是s,默认值是0,表示进程可以无限制运行。该属性和TerminateProcessAfterTimeout属性联合使用,如果TerminateProcessAfterTimeout属性为True,那么超时后终止进程。

11,WindowStyle属性:设置为Hidden,表示将窗口隐藏,在正式版本中,将该属性设置为Hidden。

作者悦光阴
本文版权归作者和博客园所有,欢迎转载,但未经作者同意,必须保留此段声明,且在文章页面醒目位置显示原文连接,否则保留追究法律责任的权利。
分类: SSIS 组件








本文转自悦光阴博客园博客,原文链接:http://www.cnblogs.com/ljhdo/p/4811771.html,如需转载请自行联系原作者
目录
相关文章
已解决 RuntimeError: There is no current event loop in thread ‘Thread-1‘.
Jetson Xavier NX 报错 RuntimeError: There is no current event loop in thread 'Thread-1'.异常错误,已解决
637 0
已解决 RuntimeError: There is no current event loop in thread ‘Thread-1‘.
|
7月前
|
机器学习/深度学习 TensorFlow 算法框架/工具
Gaussian Process
【6月更文挑战第14天】
60 4
|
8月前
|
安全
Error:Execution failed for task ':transformClassesAndResourcesWithProguardForRelease'
Error:Execution failed for task ':transformClassesAndResourcesWithProguardForRelease'
66 0
|
前端开发
The following tasks did not complete: first Did you forget to signal async completion?
The following tasks did not complete: first Did you forget to signal async completion?
|
Unix Java Linux
Runtime.exec方法之获取process id
Runtime.exec方法之获取process id
228 0
|
JSON API 数据格式
Cannot add task ‘wrapper‘ as a task with that name already exists.
Cannot add task ‘wrapper‘ as a task with that name already exists.
202 0
c#编程:Task不包含Task.Run
c#编程:Task不包含Task.Run
340 0
|
Ubuntu Shell PyTorch
socker task2
天池龙珠docker训练营
158 0

热门文章

最新文章