다음을 통해 공유


IExplorerHierarchy.PerformAsynchronousBuild 메서드

Performs an asynchronous build.

네임스페이스:  Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
어셈블리:  SqlWorkbench.Interfaces(SqlWorkbench.Interfaces.dll)

구문

‘선언
Sub PerformAsynchronousBuild ( _
    node As IExplorerHierarchyNode, _
    builder As BuildChildren, _
    finishedExpandingHandler As EventHandler _
)
‘사용 방법
Dim instance As IExplorerHierarchy 
Dim node As IExplorerHierarchyNode 
Dim builder As BuildChildren 
Dim finishedExpandingHandler As EventHandler

instance.PerformAsynchronousBuild(node, _
    builder, finishedExpandingHandler)
void PerformAsynchronousBuild(
    IExplorerHierarchyNode node,
    BuildChildren builder,
    EventHandler finishedExpandingHandler
)
void PerformAsynchronousBuild(
    IExplorerHierarchyNode^ node, 
    BuildChildren^ builder, 
    EventHandler^ finishedExpandingHandler
)
abstract PerformAsynchronousBuild : 
        node:IExplorerHierarchyNode * 
        builder:BuildChildren * 
        finishedExpandingHandler:EventHandler -> unit
function PerformAsynchronousBuild(
    node : IExplorerHierarchyNode, 
    builder : BuildChildren, 
    finishedExpandingHandler : EventHandler
)

매개 변수

  • finishedExpandingHandler
    유형: System.EventHandler
    A delegate that will be called when the nodes are built and added to the tree.

참고 항목

참조

IExplorerHierarchy 인터페이스

Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스