Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the levels associated with the Hierarchy object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Levels As LevelCollection
Get
'Usage
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
Property Value
Type: Microsoft.AnalysisServices.LevelCollection
A collection of levels.