2004年11月6日

ZT:得到所有的SQL服务器

摘要: 用C#获取Sql服务器列表作者:STAR|zcx7304@hotmail.com转贴自:本站原创使用:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->private void button1_Click_1(object sender, System.EventArgs e)...{ string[] servers = DBGrep.SqlLocator.GetServers(); foreach ( string s in servers 阅读全文

posted @ 2004-11-06 12:07 老代哥哥 阅读(141) 评论(0) 推荐(0)

导航