只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2011-05-18 22:03
Jolan
阅读(202)
评论(0)
推荐(0)
摘要:
using System;using System.Data;using System.Configuration;using System.Linq;using System.Xml.Linq;using System.Collections.Generic;using SQLDMO;/// <summary>///SQLDMOHelp 的摘要说明/// </summary>public class SQLDMOHelp{ private static SQLDMO.SQLServer oServer; static SQLDMOHelp() { oServer = 阅读全文
posted @ 2011-05-18 21:48
Jolan
阅读(213)
评论(3)
推荐(0)