简体   繁体   English

新的visual Studio 2010数据库项目和数据库图

[英]New visual Studio 2010 Database project and database diagrams

I am experimenting with the database project in Visual Studio 2010. The schema diff and management of scripts looks great, but where are the database diagrams? 我正在Visual Studio 2010中尝试数据库项目。模式差异和脚本管理看起来不错,但是数据库图在哪里? I would like to design the tables visually, but still make use of the versioning/comparison/deployment tools in VS2010. 我想直观地设计表格,但仍使用VS2010中的版本控制/比较/部署工具。 I didn't see any option in the database project to create a diagram. 我没有在数据库项目中看到创建图表的任何选项。 Is that not supported? 不支持吗?

您可以像平常一样在SSMS(或其他图表/建模工具)中创建图表,并将结构同步回Visual Studio数据库项目,尽管您需要使用Visual Studio的Premium或Ultimate版本才能使用此功能。

I'm not sure if this is what you are looking for, but I suggest you add an Entity Diagram (Entity Framework) to your project / solution. 我不确定这是否是您要寻找的东西,但是我建议您在项目/解决方案中添加一个实体图(Entity Framework)。 This will allow you to design/describe your data model(s) either by drawing them visually or by importing an existing database schema. 这将允许您通过可视化绘制或导入现有数据库模式来设计/描述数据模型。

Entity Framework information: http://msdn.microsoft.com/en-us/library/aa697427(VS.80).aspx 实体框架信息: http : //msdn.microsoft.com/zh-cn/library/aa697427(VS.80).aspx

Tutorial (for EF 2.0 but still relevant) http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010-and-net-40/ 教程(适用于EF 2.0,但仍适用) http://blog.garypretty.co.uk/index.php/2009/05/20/tutorial-entity-framework-v20-model-first-using-visual-studio-2010网络40

I hope this helps you get started 我希望这可以帮助您入门

There certainly is diagramming support. 当然有图表支持。

Open the "Server Explorer" 打开“服务器资源管理器”

Create/open a data connection. 创建/打开数据连接。

You should see "Database Diagrams", which will function very similarly to the same function in SQL Server Management Studio. 您应该看到“数据库图”,其功能与SQL Server Management Studio中的相同功能非常相似。

Bam. am

Note, I'm referring to V2010 Ultimate. 注意,我指的是V2010 Ultimate。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM