Hierarchy Class
Updated: May 24, 2016
Represents a collection of levels that provide a logical hierarchical drilldown path for client applications. It is a child of a Table object.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::NamedMetadataObject
Microsoft.AnalysisServices.Tabular::Hierarchy
| Name | Description | |
|---|---|---|
![]() | Hierarchy() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current Hierarchy. |
![]() | Description | Gets or sets the description of the Hierarchy object. |
![]() | DisplayFolder | Gets or sets the display folder. |
![]() | IsHidden | Gets or sets a value that indicates whether the hierarchy is hidden. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Levels | Gets the collection object of all levels in the current Hierarchy. |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and time in which this hierarchy was modified. |
![]() | Name | Gets or sets the name of the Hierarchy. (Overrides NamedMetadataObject::Name.) |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets or sets the Parent object, null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | RefreshedTime | Gets or sets the last refreshed time. |
![]() | State | Gets or sets the object state. |
![]() | StructureModifiedTime | Gets or sets the modified date and time for the structure of Hierarchy. |
![]() | Table | Gets or sets the table object. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a Hierarchy object. |
![]() | CopyFrom(Hierarchy^) | Obsolete. Deprecated. Use CopyTo method instead. |
![]() | CopyTo(Hierarchy^) | Copies a Hierarchy object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Rename(String^) | Obsolete. Deprecated. Use RequestRename method instead. |
![]() | RequestRename(String^) | Request rename of this object. |
![]() | ToString() | (Inherited from Object.) |
![]() | Validate() | Returns a Validate object. (Inherited from MetadataObject.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

