Propriété Hierarchy.Levels
Gets the levels associated with the Hierarchy object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Levels As LevelCollection
Get
'Utilisation
Dim instance As Hierarchy
Dim value As LevelCollection
value = instance.Levels
[BrowsableAttribute(false)]
public LevelCollection Levels { get; }
[BrowsableAttribute(false)]
public:
property LevelCollection^ Levels {
LevelCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Levels : LevelCollection
function get Levels () : LevelCollection
Valeur de propriété
Type : Microsoft.AnalysisServices.LevelCollection
A collection of levels.