Condividi tramite


IExplorerHierarchy.PerformAsynchronousBuild Metodo

Definizione

Esegue una compilazione asincrona.

public:
 void PerformAsynchronousBuild(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchyNode ^ node, Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::BuildChildren ^ builder, EventHandler ^ finishedExpandingHandler);
public void PerformAsynchronousBuild (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode node, Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.BuildChildren builder, EventHandler finishedExpandingHandler);
abstract member PerformAsynchronousBuild : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode * Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.BuildChildren * EventHandler -> unit
Public Sub PerformAsynchronousBuild (node As IExplorerHierarchyNode, builder As BuildChildren, finishedExpandingHandler As EventHandler)

Parametri

node
IExplorerHierarchyNode

Nodo che richiede l'enumerazione.

builder
BuildChildren

Delegato che eseguirà la compilazione.

finishedExpandingHandler
EventHandler

Delegato che sarà chiamato quando i nodi sono compilati e aggiunti all'albero.

Si applica a