Snowfun

导航

 

2011年7月25日

摘要: usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingMicrosoft.SqlServer.Management.Smo;namespaceConsoleApplication1{classProgram{staticvoidMain(string[]args){//使用Smo管理对象,可以很方便的列举指定数据库中的所有存储过程和其参数Serverser=newServer("HSUAT01");Databasedb=ser.Databases["FB 阅读全文
posted @ 2011-07-25 16:26 Snowfun 阅读(174) 评论(0) 推荐(0)