다음을 통해 공유


Flow of Control

마지막 수정 날짜: 2010년 4월 14일 수요일

적용 대상: SharePoint Server 2010

To understand how Microsoft BCS(Business Connectivity Services) clients, such as Business Data Web Parts and custom solutions, use BDC to execute external system’s Web or WCF methods, consider the following scenario. Let’s say you want a Business Data Web Part to display information from a CRM application by invoking Web services. To do that, the Web Part must have information about the methods it will invoke and the parameters the Web methods will accept. To get that information, the Web Part uses the BDC runtime object model to query the BDC metadata store where BDC stores the information about the Web methods. The Web Part again uses the runtime object model to invoke the Web methods and display the data on the page.

The following figure shows the high-level flow of control that occurs when a method is executed in BDC.

Flow of control when executing a method

메서드 실행 시의 컨트롤 흐름