以编程方式访问 Visual Studio 数据库项目架构
我正在尝试找到一种从 Visual Studio 2010 中以编程方式访问数据库项目架构的方法。
例如,如果我有一个包含定义表、视图等的 SQL Server 数据库项目的解决方案,并且 Visual Studio 显示这些对象在架构视图中,我希望能够枚举架构视图中的对象。
任何人都可以提供一些提示或链接吗?谢谢。
I'm trying to find a way to access the schema of a database project programatically from within Visual Studio 2010.
For example, if I have a solution containing a SQL Server Database Project which defines tables, views etc, and Visual Studio displays those objects within the schema view, I'd like to be able to enumerate the objects in the schema view.
Can anyone provide some tips or a link? Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是 MSDN 上的起点。 “为数据库项目创建自定义功能”部分可能与您相关。
Here is a starting point on MSDN. The "Create Custom Features for Database Projects" part is probably relevant for you.