다음을 통해 공유


HierarchyTreeNode.Hierarchy 속성

Gets or sets the node that belongs to the IExplorerHierarchy object.

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

구문

‘선언
Public Overridable Property Hierarchy As IExplorerHierarchy 
    Get 
    Set
‘사용 방법
Dim instance As HierarchyTreeNode 
Dim value As IExplorerHierarchy 

value = instance.Hierarchy

instance.Hierarchy = value
public virtual IExplorerHierarchy Hierarchy { get; set; }
public:
virtual property IExplorerHierarchy^ Hierarchy {
    IExplorerHierarchy^ get ();
    void set (IExplorerHierarchy^ value);
}
abstract Hierarchy : IExplorerHierarchy with get, set 
override Hierarchy : IExplorerHierarchy with get, set
function get Hierarchy () : IExplorerHierarchy 
function set Hierarchy (value : IExplorerHierarchy)

속성 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy
Returns the node value of the hierarchy.

구현

IExplorerHierarchyNode.Hierarchy

참고 항목

참조

HierarchyTreeNode 클래스

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