连接是通过参数传入,欲修改超时时间。
SqlConnectionStringBuilder scsb = new SqlConnectionStringBuilder(connStr);
scsb.ConnectTimeout=30;