SSIS执行进程任务:有没有办法获取退出代码?

发布于 2024-10-31 02:29:18 字数 61 浏览 0 评论 0原文

设置退出代码表示成功很简单。但我希望获得进程退出代码并用它来区分不同类型的错误。

这可能吗?

It is simple to set which exit code means success. But I am hoping to get the process exit code and use it to differentiate between different types of errors.

Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-11-07 02:29:18

您可以使用执行流程任务的 ExecValueVariable 属性。它在编程中记录 SSIS 的参考,但您可以直接在任务的“属性”窗口中设置它。它捕获 不同任务的不同值类型;对于执行流程任务,它捕获流程的返回代码。

You can use the ExecValueVariable property of the Execute Process task. It's documented in the programming reference for SSIS, but you can set it directly in the Properties window for the task. It captures different values for different task types; for the Execute Process task it captures the return code from the process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文