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.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::MetadataObject
    Microsoft.AnalysisServices.Tabular::AttributeHierarchy

public ref class AttributeHierarchy sealed : MetadataObject

NameDescription
System_CAPS_pubmethodAttributeHierarchy()

Constructor.

NameDescription
System_CAPS_pubpropertyAnnotations

Gets the collection object of all annotations in the current AttributeHierarchy.

System_CAPS_pubpropertyColumn

Gets a column object.

System_CAPS_pubpropertyIsRemoved

Gets or sets a value that indicates whether this object was removed from an object tree.(Inherited from MetadataObject.)

System_CAPS_pubpropertyModel

Gets the Tabular model of the object. (Inherited from MetadataObject.)

System_CAPS_pubpropertyModifiedTime

Gets or sets the date and time at which the object was last modified.

System_CAPS_pubpropertyObjectType

Gets the type of the object. (Overrides MetadataObject::ObjectType.)

System_CAPS_pubpropertyParent

Gets the Parent object. This value is null for Model objects. (Overrides MetadataObject::Parent.)

System_CAPS_pubpropertyRefreshedTime

Gets or sets the time that the object was last refreshed.

System_CAPS_pubpropertyState

Gets or sets the object state.

NameDescription
System_CAPS_pubmethodClone()

Creates a new, full copy of a AttributeHierarchy object.

System_CAPS_pubmethodCopyFrom(AttributeHierarchy^)

Obsolete. Deprecated. Use the CopyTo method instead.

System_CAPS_pubmethodCopyTo(AttributeHierarchy^)

Copies an AttributeHierarchy object to the specified object.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodValidate()

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.

Return to top
Show: