Sprache

IExplorerHierarchy.PerformAsynchronousBuild Methode

Definition

Führt einen asynchronen Build aus.

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)

Parameter

node
IExplorerHierarchyNode

Ein Knoten, der die Aufzählung anfordert.

builder
BuildChildren

Ein Delegierter, der den Build durchführt.

finishedExpandingHandler
EventHandler

Ein Delegierter, der aufgerufen wird, wenn die Knoten gebaut und dem Baum hinzugefügt werden.

Gilt für: