Langue

IExplorerHierarchy.PerformAsynchronousBuild Méthode

Définition

Effectue une construction asynchrone.

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)

Paramètres

node
IExplorerHierarchyNode

Un nœud qui demande l’énumération.

builder
BuildChildren

Un délégué qui réalisera la construction.

finishedExpandingHandler
EventHandler

Un délégué qui sera appelé lorsque les nœuds seront construits et ajoutés à l’arbre.

S’applique à