Inheritance Hierarchy Namespace: Dundas.BI.Data.MetadataAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic sealed class AttributeHierarchy : IAttributeHierarchy,
IHierarchy, IAnalysisElement, IElement, IUniqueName, IAggregatableElement
Public NotInheritable Class AttributeHierarchy
Implements IAttributeHierarchy, IHierarchy, IAnalysisElement, IElement,
IUniqueName, IAggregatableElement
public ref class AttributeHierarchy sealed : IAttributeHierarchy,
IHierarchy, IAnalysisElement, IElement, IUniqueName, IAggregatableElement
[<SealedAttribute>]
type AttributeHierarchy =
class
interface IAttributeHierarchy
interface IHierarchy
interface IAnalysisElement
interface IElement
interface IUniqueName
interface IAggregatableElement
endThe AttributeHierarchy type exposes the following members.
Properties| | Name | Description |
|---|
 | AllMember |
Gets the "All Values Grouped" member when the hierarchy is aggregatable; otherwise it return .
|
 | AnalysisStructure |
Gets the parent analysis structure.
|
 | Attribute |
Gets the attribute.
|
 | Caption |
Gets or sets the caption.
|
 | Category |
Gets the potential analysis category for the current instance.
|
 | CompatibleUniqueName |
Gets the compatible unique name. This property allows grouping together compatible hierarchies across multiple IAnalysisStructures.
|
 | Containers |
Gets the container objects used alter the presentation of the elements using a folder-like approach.
|
 | Description |
Gets or sets the description.
|
 | EntityId |
Gets the parent entity ID.
|
 | HierarchyCategory |
Gets the current instance hierarchy category.
|
 | IsAnonymized |
Gets a value indicating whether the hierarchy members are to be anonymized during data retrieval operations, for legal or security reasons.
|
 | IsHidden |
Gets a value indicating whether this instance is hidden and therefore not present in the parent cube hierarchy collection.
|
 | IsTimeHierarchy |
Gets a value indicating whether this instance is a time hierarchy.
|
 | Levels |
Gets the hierarchy levels.
|
 | NotApplicableMember |
Gets the "Not Applicable Member", used to indicate there are no applicable values for the attribute.
|
 | NotApplicableMemberMemberCaption |
Gets or sets the caption for the "Not Applicable" hierarchy member.
|
 | Parameters |
Gets the public parameter collection, if the hierarchy either exposes inherited parameters or if it allows parameter definition.
|
 | ParentHierarchy |
Gets the parent hierarchy for the current instance.
|
 | Properties |
Gets the various uncategorized properties.
|
 | SecurityAttributeId |
Gets the security attribute ID, if one is associated with the current hierarchy.
|
 | SortPolicy |
Gets the sorting behavior defined for the hierarchy.
|
 | SupportedAggregators |
Gets the supported aggregators.
|
 | UniqueName |
Gets the object unique name.
|
Top
Methods
See Also