AttributeHierarchy Class
Updated: May 24, 2016
Represents the attribute hierarchy of a column in a table. It is an optional child object of a Column object and is implicitly created by the server. When the attribute hierarchy is present, the column becomes available as a hierarchy in the multidimensional engine and can be queried by using MDX.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
Microsoft.AnalysisServices.Tabular::MetadataObject
Microsoft.AnalysisServices.Tabular::AttributeHierarchy
| Name | Description | |
|---|---|---|
![]() | AttributeHierarchy() | Constructor. |
| Name | Description | |
|---|---|---|
![]() | Annotations | Gets the collection object of all annotations in the current AttributeHierarchy. |
![]() | Column | Gets a column object. |
![]() | IsRemoved | Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.) |
![]() | Model | Gets the Tabular model of the object. (Inherited from MetadataObject.) |
![]() | ModifiedTime | Gets or sets the date and time at which the object was last modified. |
![]() | ObjectType | Gets the type of the object. (Overrides MetadataObject::ObjectType.) |
![]() | Parent | Gets the Parent object. This value is null for Model objects. (Overrides MetadataObject::Parent.) |
![]() | RefreshedTime | Gets or sets the time that the object was last refreshed. |
![]() | State | Gets or sets the object state. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new, full copy of a AttributeHierarchy object. |
![]() | CopyFrom(AttributeHierarchy^) | Obsolete. Deprecated. Use the CopyTo method instead. |
![]() | CopyTo(AttributeHierarchy^) | Copies an AttributeHierarchy object to the specified object. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from 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.

