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は完成した子どもたちを回収する代表です。

返品

子供たちの送られたリクエスト。

適用対象