IExplorerHierarchyNode.Hierarchy 属性

定义

获取或设置属于 IExplorerHierarchy 对象的层次结构。

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

属性值

返回一个值,该值表示属于 IExplorerHierarchy 对象的层次结构。

适用于