以编程方式创建数据流任务的脚本组件
如何在 MS SQL Server 2008 中以编程方式创建数据流任务的脚本组件。
How to programmatically create script component of dataflow task in MS SQL Server 2008.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
下面给出的链接包含在 SSIS 中创建自定义转换组件的 Microsoft 实践实验室。该文档适用于 SSIS 2005,但逻辑也应适用于 SSIS 2008。
SQL Server Integration Services (SSIS) 实践培训- 创建自定义组件
希望有帮助。
Below given link contains the Microsoft hands-on lab to create a custom transformation component in SSIS. The document pertains to SSIS 2005 but the logic should be applicable to SSIS 2008 as well.
SQL Server Integration Services (SSIS) Hands on Training - Creating Custom Components
Hope that helps.
这是用于以编程方式创建 ScriptTask 的代码。
This is the Code for creating a ScriptTask Programmatically.