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
)
매개 변수
- node
유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchyNode
A node that is requesting the enumeration.
- builder
유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.BuildChildren
A delegate that will perform the build.
- finishedExpandingHandler
유형: System.EventHandler
A delegate that will be called when the nodes are built and added to the tree.
참고 항목
참조
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer 네임스페이스