Dimension.Hierarchies Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Hierarchy collection for the current dimension.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.HierarchyCollection Hierarchies { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Hierarchies : Microsoft.AnalysisServices.HierarchyCollection
Public ReadOnly Property Hierarchies As HierarchyCollection
Property Value
The collection of hierarchies defined for the current dimension.
- Attributes