A.ScaleMode属性 B.Scale方法 C.DrawStyle属性 D.DrawWidth属性
A.面向事件 B.面向属性 C.面向对象 D.面向过程
A.select top3 cDiscription fromTvtype order by iprice asc B.select cDiscription from Tvtype where max(iprice)>3 C.select top3 cDiscription from Tvtype order by iprice desc D.selec tcDiscription max(iprice)from Tvtype order by iprice
A.1 B.3 C.102 D.5050
A.Columns B.Text C.ListIndex D.ListCount
A.Money类型保留到小数位数4位,而smallmoney保留到小数位数2位 B.Money类型保留到小数位数2位,而smallmoney保留到小数位数4位 C.存放的整数位数相同,小数位数不同 D.存放的整数位数不同,小数位数相同
A..mdfB..ldfC..tifD..ndf