生成表/数据库模式 [英] Generate table/db schema

查看:84
本文介绍了生成表/数据库模式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人知道如何使用vb.net获取表或数据库的架构(SQL2008)吗?

Does anyone have idea about how to get schema of table or database (SQL2008) using vb.net?

推荐答案

您可以利用Information_Schema.Tables来获取架构信息.

http://www.knowdotnet.com/articles/getoledbschematable.html [ http://support.microsoft.com/kb/310108/zh-CN [ ^ ]
You can make use of Information_Schema.Tables to get the schema info.

http://www.knowdotnet.com/articles/getoledbschematable.html[^]

see the following option as well (by using datareader):

http://support.microsoft.com/kb/310108/en-us[^]


这篇关于生成表/数据库模式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆