脚本编辑器无法在 SSIS 2005 中打开或更改语言
我有一个使用 BIDS 2005 创建 SSIS 包的任务。当我使用 BIDS 2005 时,有 2 个问题,但在 BIDS 2008 中不会出现。
- 脚本编辑器中的默认语言是 Visual Basic(我更喜欢 C#)。
- 当我单击设计脚本按钮时,它会关闭当前的脚本任务编辑器并且没有任何反应。
我个人的想法是:
- SSIS 2005 不支持 C# 版本编写自定义代码
- BIDS 中的 Bug
有什么建议吗?
I have a task which creates a SSIS package using BIDS 2005. There are 2 problems when I work with BIDS 2005, but don't occur in BIDS 2008.
- Default language in Script Editor is Visual Basic (I prefer C#).
- When I click on the Design Script button, it closes current Script Task Editor and nothing happens.
My personal ideas are:
- SSIS 2005 doesn't support C# version to write custom code
- Bug in BIDS
Any suggestions?
SSIS 2005 仅支持脚本任务或脚本组件中的 VB.NET(不C#)。
确保您在具有 BIDS 的计算机上安装了 Microsoft SQL Server 2005 Service Pack 3。如果没有,请在此处下载 Service Pack 3 并安装。
SSIS 2005 only supports VB.NET (not C#) within Script Task or Script Component.
Make sure that you have Microsoft SQL Server 2005 Service Pack 3 installed on the machine that has BIDS. If not, download Service Pack 3 here and install it.