Поделиться через


IExplorerHierarchy.PerformAsynchronousBuild Метод

Определение

Производит асинхронное построение.

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)

Параметры

node
IExplorerHierarchyNode

Узел, запрашивающий перечисление.

builder
BuildChildren

Делегат, который будет выполнять построение.

finishedExpandingHandler
EventHandler

Делегат, который будет вызываться при построении узлов и их добавлении в дерево.

Применяется к