数据库新建加载
代码说明:
SQLDMO.Application SQLServer = new SQLDMO.Application(); SQLDMO.NameList strServerList = SQLServer.ListAvailableSQLServers(); if (strServerList.Count > 0) { for (int i = 0; i < strServerList.Count; i++) { toolStripTextBox1.Items.Add(strServerList.Item(i + 1)); } } &nbs
下载说明:请别用迅雷下载,失败请重下,重下不扣分!


