HierarchyTreeNode.Hierarchy Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the node that belongs to the IExplorerHierarchy object.
public:
virtual property Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchy ^ Hierarchy { Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchy ^ get(); void set(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IExplorerHierarchy ^ value); };
public virtual Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy Hierarchy { get; set; }
member this.Hierarchy : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy with get, set
Public Overridable Property Hierarchy As IExplorerHierarchy
Property Value
Returns the node value of the hierarchy.