INavigableItem.BeginRequestChildren 方法

定義

開始非同步操作以傳送該項目子節點的請求。

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

參數

request
IGetChildrenRequest

一個代表取回子節點請求的介面。

getChildrenCompleted
AsyncCallback

AsyncCallback負責接回已完成的子女的代表。

傳回

該物品的子嗣傳送請求。

適用於