INavigableItem.BeginUpdateChildren 메서드

정의

항목의 자식에 대한 업데이트를 실행하는 비동기 작업을 시작합니다.

public:
 IAsyncResult ^ BeginUpdateChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IUpdateChildrenRequest ^ request, AsyncCallback ^ getChildrenCompleted);
public IAsyncResult BeginUpdateChildren (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateChildrenRequest request, AsyncCallback getChildrenCompleted);
abstract member BeginUpdateChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IUpdateChildrenRequest * AsyncCallback -> IAsyncResult
Public Function BeginUpdateChildren (request As IUpdateChildrenRequest, getChildrenCompleted As AsyncCallback) As IAsyncResult

매개 변수

request
IUpdateChildrenRequest

자식을 검색하는 요청을 나타내는 인터페이스입니다.

getChildrenCompleted
AsyncCallback

완료된 자식을 검색하는 AsyncCallback 대리자입니다.

반환

항목의 자식에 대한 실행된 업데이트입니다.

적용 대상