A.IsMdiParent
B.MdiParent
C.IsMdiContainer
D.MDIContainer
您可能感興趣的試卷
你可能感興趣的試題
A.None
B.Top
C.Left
D.Manual
A.Normal
B.Min
C.Max
D.以上都不是
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對象);
A.Rows獲取總條數(shù)
B.DataSource 獲取數(shù)據(jù)源
C.Name 獲取控件的名稱
D.Columns 獲取總列的名稱
最新試題
下列()對象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫。
下列關(guān)于數(shù)據(jù)集DataSet的說法,錯誤的是()
在Visual Studio集成開發(fā)環(huán)境中有兩類窗口,分別為浮動窗口和固定窗口,下列不屬于浮動窗口的是()
在WinForms高級控件中,使用工具條控件可以創(chuàng)建功能非常強大的工具欄,工具欄上可以包含以下控件中除了()控件。
以下屬于Command對象的方法是()
在ADO.NET中,下列關(guān)于連接對象Connection的說法錯誤的是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
下列關(guān)于ADO.NET操作數(shù)據(jù)庫的原理,說法有誤的是()
在C#WinForm程序中,以下不能綁定DataGridView數(shù)據(jù)源的是()
在C#語言開發(fā)的WinForms程序中,當消息框的返回值時,可以使用()類型的變量直接接收。