다음을 통해 공유


IExplorerHierarchy.IsBuilding 속성

Gets a value indicating whether the hierarchy is building.

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

구문

‘선언
ReadOnly Property IsBuilding As Boolean 
    Get
‘사용 방법
Dim instance As IExplorerHierarchy 
Dim value As Boolean 

value = instance.IsBuilding
bool IsBuilding { get; }
property bool IsBuilding {
    bool get ();
}
abstract IsBuilding : bool
function get IsBuilding () : boolean

속성 값

유형: System.Boolean
true if building; otherwise, false.

참고 항목

참조

IExplorerHierarchy 인터페이스

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