如何在SSIS中创建异步脚本组件?

发布于 2024-12-05 18:25:16 字数 122 浏览 0 评论 0原文

我可能是瞎子,但我不知道如何创建脚本组件。我不是问为什么要进行异步,如何使用它等等。我只是想知道如何将其添加到我的包中,或者如何将现有组件转换为异步组件!

我正在使用 VS2008 和 MSSQL 2008 R2。

I might be blind, but I don't see how to CREATE the script component. I'm not asking why do an asynchronous, how to work with it, etc. I just want to know how to add it to my package, or how to transform an already existing component into an asynchronous one!

I'm using VS2008 with MSSQL 2008 R2.

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

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

发布评论

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

评论(2

喜爱皱眉﹌ 2024-12-12 18:25:16

我找到了方法:

  1. 进入脚本转换编辑器,
  2. 从屏幕最左侧选择“输入和输出”。
  3. 选择您的输出。
  4. 将“SynchronousInputID”设置为“无”。

感谢此网站

I found how :

  1. Go in the Script Transformation Editor
  2. Select "Inputs and Outputs" from the leftmost part of the screen.
  3. Select your Output.
  4. Set "SynchronousInputID" to "None".

Thanks to this site.

墨落成白 2024-12-12 18:25:16

使用脚本组件创建异步转换

“配置输入”下的第一个要点、输出和输出列”

将每个输出的 SynchronousInputID 属性设置为零以指示
输出不只是简单地传递来自上游的数据
组件或将其转换到现有的行和列中。
正是此设置使输出与输入异步。

Creating an Asynchronous Transformation with the Script Component

First bullet point under "Configuring Inputs, Outputs, and Output Columns"

Set the SynchronousInputID property of each output to zero to indicate
that the output does not simply pass through data from an upstream
component or transform it in place in the existing rows and columns.
It is this setting that makes the outputs asynchronous to the input.

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