Freigeben über


IExplorerHierarchy.PerformAsynchronousBuild Methode

Definition

Führt eine asynchrone Erstellung 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 Enumeration anfordert.

builder
BuildChildren

Ein Delegat, der die Erstellung ausführt.

finishedExpandingHandler
EventHandler

Ein Delegat, der aufgerufen wird, wenn die Knoten erstellt und der Struktur hinzugefügt werden.

Gilt für: