Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Visual Studio 2012 中创建一个像这样的图表
在 SQL Server 管理工作室...
你会得到一个关于“数据库图表所需的支持对象”的弹出窗口。单击是
在 Visual Studio 2012 中,您可以创建 Windows 应用程序项目或 Web 应用程序项目,并在解决方案的项目中添加一个名为“Ado.net 实体数据模型”的新项目,然后可以从现有数据库中导入模型或创建自己的模型。