Condividi tramite


INavigableItem.BeginRequestChildren Metodo

Definizione

Inizia un'operazione asincrona per trasmettere una richiesta di figli dell'elemento.

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

Parametri

request
IGetChildrenRequest

Interfaccia che rappresenta la richiesta per recuperare elementi figlio.

getChildrenCompleted
AsyncCallback

Il delegato AsyncCallback che recupera gli elementi figlio completati.

Restituisce

Richiesta trasmessa di figli dell'elemento.

Si applica a