CubeDimension.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 hierarchies associated with a CubeDimension object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.CubeHierarchyCollection Hierarchies { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Hierarchies : Microsoft.AnalysisServices.CubeHierarchyCollection
Public ReadOnly Property Hierarchies As CubeHierarchyCollection
Property Value
A collection of hierarchies.
- Attributes