Partager via


Propriété Levels

Gets a LevelCollection that contains the levels of the Hierarchy.

Espace de noms :  Microsoft.AnalysisServices.AdomdServer
Assembly :  msmgdsrv (en msmgdsrv.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Levels As LevelCollection
    Get
'Utilisation
Dim instance As Hierarchy
Dim value As LevelCollection

value = instance.Levels
public LevelCollection Levels { get; }
public:
property LevelCollection^ Levels {
    LevelCollection^ get ();
}
member Levels : LevelCollection
function get Levels () : LevelCollection

Valeur de propriété

Type : Microsoft.AnalysisServices.AdomdServer. . :: . .LevelCollection
A LevelCollection that contains the levels of the Hierarchy.