A.NormalB.MinC.MaxD.以上都不是
A.private static string DBConnectString ="server=.;database=FreshLiveDB;uid=sa;pwd=123;";B.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;pwd=123;";C.private static string DBConnectString ="server=.;database=FreshLiveDB;id=sa;password=123;";D.private static string DBConnectString ="server=.;database=FreshLiveDB;name=sa;pwd=123;";
A.SqlCommand cmm =new SqlCommand(sql語句,Connection對象);B.SqlCommand cmm =new SqlCommand(Connection對象,sql語句);C.SqlCommand cmm =new SqlCommand(sql語句);D.SqlCommand cmm =new SqlCommand(Connection對象);