INavigableItem.BeginUpdateChildren 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
开始异步操作以便执行项的子级的更新。
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 委托。
返回
项的子级的已执行更新。