如何以编程方式导航 Visual Studio 2008 中的架构视图?
我计划开发一个 Visual Studio 2008 插件,它允许我以编程方式为数据库项目中的表创建基本过程。
然而,我陷入了非常早期的阶段,因为我找不到以编程方式导航数据库项目的架构视图的方法。
有人知道我该怎么做吗?
I'm planning to develop an Add-in for Visual Studio 2008 that will allow me to programmatically create basic procedures for tables in a Database Project.
However I'm stuck in the very early stage because I can't find a way to programmatically navigate the schema view of the Database Project.
Does anyonw know how do I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您指的是“VS Team System - 数据库版”项目吗? 我遇到了 这篇博文前几天关于在这样的项目中使用 T4 模板。
Are you referring to "VS Team System - Database Edition" projects? I came across this blog post the other day about using T4 templates with such a project.