Propriedade do RDL Levels
Gets a LevelCollection that contains the levels of the Hierarchy.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public ReadOnly Property Levels As LevelCollection
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .LevelCollection
A LevelCollection that contains the levels of the Hierarchy.