是否可以将 ssis 项目添加到 Visual Studio 解决方案中?

发布于 2024-11-04 01:54:14 字数 124 浏览 0 评论 0原文

我们的项目有两部分:由sql作业执行的SSIS包和主流的mvc3 Web应用程序。我们正处于创建可部署单元的阶段。想知道是否可以将 SSIS 项目添加/包含到 Visual Studio 解决方案中,以便一个解决方案文件打开整个项目?

our project has two parts.. the SSIS packages that are executed by sql jobs and the mainstream mvc3 web-application. We are at the point of creating the deployable units. Wondering if theres anyway to add/include the SSIS project into the Visual Studio solution so that one solution file opens up the project as a whole?

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

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

发布评论

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

评论(2

臻嫒无言 2024-11-11 01:54:14

VS 2010 尚不支持 SSIS 项目。因此,您无法将 SSIS 项目添加到 VS 2010 解决方案中。如果您使用的是 VS 2008,那么您可以这样做。

VS 2010 doesn't support SSIS projects yet. So, you can't add SSIS project to a VS 2010 solution. If you are using VS 2008 then you do that.

兮子 2024-11-11 01:54:14

是的,你可以。在VS中打开你的任意一个项目,右键单击解决方案->添加->现有项目->指向您的第二个应用程序。

Yes, you can that. Open any one of your project in VS, right click on solution->Add->Existing Project-> point to your second application.

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