Hierarchy.Levels 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 levels associated with the Hierarchy object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.LevelCollection Levels { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Levels : Microsoft.AnalysisServices.LevelCollection
Public ReadOnly Property Levels As LevelCollection
Property Value
A collection of levels.
- Attributes