다음을 통해 공유


IExplorerHierarchy.Root 속성

Gets the root node of IExplorerHierarchy.

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

구문

‘선언
ReadOnly Property Root As HierarchyTreeNode 
    Get
‘사용 방법
Dim instance As IExplorerHierarchy 
Dim value As HierarchyTreeNode 

value = instance.Root
HierarchyTreeNode Root { get; }
property HierarchyTreeNode^ Root {
    HierarchyTreeNode^ get ();
}
abstract Root : HierarchyTreeNode
function get Root () : HierarchyTreeNode

속성 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.HierarchyTreeNode
Returns the root node of this hierarchy.

참고 항목

참조

IExplorerHierarchy 인터페이스

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