等待和延迟函数的格式

发布于 2025-01-02 12:42:48 字数 173 浏览 5 评论 0原文

在我正在查看的 dts 包中,180 * 1 表示什么。

它基本上是一个带有 SQL 代码的 dts 包。

旁边的评论说 60*2 为 120 分钟,180*1 为 90 分钟。

有人可以帮我理解这一点吗?

What does 180 * 1 denote for, in a dts package that I'm looking at.

It's basically a dts package with SQL code.

The comments beside this says 120 minutes for 60*2 and 90 minutes for 180*1.

Can some please help me understand this?

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

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

发布评论

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

评论(1

南渊 2025-01-09 12:42:48

粘贴的代码是一个触发器,在开始时间过去 180 秒(3 分钟)时触发。如果注释正确,则会触发一个循环 SFTP 90 分钟的进程。但是无论 lclContinue 做什么,您都没有粘贴此触发的任何代码,因此我们无法判断该注释与代码的关系。如果没有这样的代码并且lclContinue直接导致循环,那么注释是完全错误的。

The pasted code is a trigger that fires when it's 180 seconds (3 minutes) past the start time. If the comment is correct, it triggers a process that loops SFTP for 90 minutes. But you didn't paste any of the code that this triggers, whatever lclContinue does, so we can't tell how that comment relates to the code. If there is no such code and lclContinue directly causes the looping, then the comment is completely incorrect.

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