Compartir a través de


Levels Propiedad

Gets the levels associated with the Hierarchy object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Levels As LevelCollection
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices. . :: . .LevelCollection
A collection of levels.