你正在使用如下的代码段去创建一个DataTable:(行号只作为标识) 你需要确保当新的行被增加或修改时Total列的值为Price列乘以Quantity列的值。你该如何做?()
A. 在05行后增加dc.ExtendedProperties["Total"]="Price*Quantity”;
B. 在05行后增加dc.Expression=“Prince*Quantity”;
C. 为DataTable的TableNewRow写事件处理代码来更新Total的值。
D. 为DataTable的ColumnChanged写事件处理代码来更新Total的值。
查看答案
下列()不是单元格水平对齐方式之一。
A. 两端对齐
B. 默认
C. 居中对齐
D. 右对齐
You need to recommend a strategy for the computer lab that meet the company’s technical requirements. What should you recommend?()
A. Enable the loopback setting in GPO2. Enable the Enforced option in GPO1.
B. Enable the Block Inheritance option on Lab O
C. Enable the Enforced option in GPO1.
D. Enable the loopback setting in GPO2. Disable the user configuration settings in GPO3.
Enable the Block Inheritance option on Lab O
F. Disable the user configuration settings in GPO3.
你正在创建一个Web窗体。这个Web窗体允许用户对列表中的产品进行改名或删除。你创建了一个绑定到GridView的DataTable对象dtProducts。其中DataTable有如下4行数据: 用户使用Web窗体删除了第一个产品。你需要设置DataTable的DefaultView的RowStateFilter属性,使GridView控件不显示被删除的产品。请问,你该如何设置RowStateFilter的值?()
A. DataViewRowState.ModifiedOriginal;
B. DataViewRowState.ModifiedCurrent;
C. DataViewRowState.CurrentRows;
DataViewRowState.Added;
YournetworkcontainsaWindowsServerUpdateServices(WSUS)ServerinfrastructurethathasthreeserversnamedWSUS1,WSUS2,andWSUS3.WSUS2isadownstreamreplicaserverofWSUS1.WSUS3isadownstreamreplicaserverofWSUS2.YouneedtoensurethattheUpdateServicesconsoleonWSUS2onlydisplayscomputersthatreceiveupdatesfromWSUS2. WhatshouldyouconfigureonWSUS2?()
A. downstreamservers
B. Personalization
C. reportingrollup
D. synchronizations