在VS2010中,有没有办法自动关闭服务器资源管理器与数据库预执行/调试的连接?
当我运行我的应用程序时,它会删除并重新创建数据库。
在运行之间,我通常使用 VS2010 服务器资源管理器视图来查看各种数据库对象。
如果我忘记右键单击服务器资源管理器中的节点并显式关闭连接,那么当我运行时,删除/重新创建会挂起一段时间(此时我可以竞赛超时并关闭连接,如果我愿意)它)然后抛出异常。这一切都很好并且符合预期。
VS2010 中是否有任何已知的机制/设施可以帮助获得为我关闭连接的预执行步骤的行为?
When I run my application, it drops and re-creates a database.
Between runs, I typically use the VS2010 server explorer view to look at various database objects.
If I forget to right-click the node in the Server explorer and explicitly close the connection, then when I run, the drop/recreate hangs for a while (at which time I can race the timeout and go close the connection if I feel like it) and then throws an exception. This is all fine and expected.
Is there any known mechanism/facility in VS2010 that can help be get the behavior of the pre-execute step that closes the connection for me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论