IExplorerHierarchyNode.Hierarchy Property

Definition

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

public:
 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 Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy Hierarchy { get; set; }
member this.Hierarchy : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IExplorerHierarchy with get, set
Public Property Hierarchy As IExplorerHierarchy

Property Value

Returns a value that represents a hierarchy that belongs to the IExplorerHierarchy object.

Applies to