70-573 無料問題集「Microsoft TS: Office SharePoint Server, Application Development (available in 2010)」

You plan to create a custom Web Part that displays items from a custom SharePoint list named Project.
You need to ensure that you can access the list by using strongly-typed objects in Microsoft Visual Studio
2010.
What should you do first?

解説: (JPNTest メンバーにのみ表示されます)
You have a custom Web Part.
You need to create a custom user interface for modifying the Web Part properties.
What should you do?

解説: (JPNTest メンバーにのみ表示されます)
You create a SharePoint solution.
You deploy the SharePoint solution by using Microsoft Visual Studio 2010. You need to prevent the Feature that is contained in the solution from being automatically activated when you deploy the solution.
What should you configure in Visual Studio 2010?

解説: (JPNTest メンバーにのみ表示されます)
You have a Web Part that causes an error.
You need to ensure that you can view the trace history in the Trace.axd file.
What should you configure in the web.config file?

解説: (JPNTest メンバーにのみ表示されます)
You create a Web Part that programmatically updates the description of the current SharePoint site.
The Web Part contains the following code segment. (Line numbers are included for reference only.)
01 SPSecurity.RunWithElevatedPrivileges(delegate()
02 {
03 SPSite currSite = SPContext.Current.Site;
04 SPWeb currWeb = SPContext.Current.Web;
05 using (SPSite eSite = new SPSite(currSite.ID))
06 {
07 using (SPWeb eWeb = eSite.OpenWeb(currWeb.ID))
08 {
09 eWeb.AllowUnsafeUpdates = true;
10 currWeb.Description = "Test";
11 currWeb.Update();
12 eWeb.AllowUnsafeUpdates = false;
13 }
14 }
15 });
Users report that they receive an Access Denied error message when they use the Web Part. You need to ensure that all users can use the Web Part to update the description of the current site.
What should you do?

解説: (JPNTest メンバーにのみ表示されます)
You need to schedule a timer job to run every two hours. Which schedule should you use?

解説: (JPNTest メンバーにのみ表示されます)
You create a Visual Web Part.
You need to add an image to the Web Part. The image must be deployed to the 14\TEMPLATE\IMAGES
folder.
What should you do in Microsoft Visual Studio?

解説: (JPNTest メンバーにのみ表示されます)
You have a Microsoft Office SharePoint Server 2007 site.
You upgrade the site to SharePoint Server 2010.
You need to create a Feature that prevents site collection administrators from upgrading the user interface
of the site to SharePoint Server 2010.
Which property should you use?

解説: (JPNTest メンバーにのみ表示されます)
You are creating an application for SharePoint Server 2010.
The application will run on a remote computer.
You need to identify a data access method to query lists in the application.
Strongly-typed access to columns must be provided from within Microsoft Visual Studio 2010.
Which method should you use?

解説: (JPNTest メンバーにのみ表示されます)
You create a Web Part that contains the following code segment. (Line numbers are included for reference only.)
01 public class WebPart1 : WebPart02 {17 }
03 04
public WebPart1() {}
05 06 07 08
protected override void CreateChildControls(){ Button clickButton = new Button();
09 10 11
base.CreateChildControls();}
12 13 14
protected override void RenderContents(HtmlTextWriter writer){
15 16
base.RenderContents(writer);}
You discover that the clickButton button does not appear.
You need to ensure that clickButton appears.
What should you do?

解説: (JPNTest メンバーにのみ表示されます)

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡