IExplorerHierarchyNode.Hierarchy 속성

Gets or sets a hierarchy that belongs to the IExplorerHierarchy object.

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

구문

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

value = instance.Hierarchy

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

속성 값

유형: Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy
Returns a value that represents a hierarchy that belongs to the IExplorerHierarchy object.

참고 항목

참조

IExplorerHierarchyNode 인터페이스

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