Поделиться через


Hierarchy.Levels Property

Gets a LevelCollection that contains the levels of the Hierarchy.

Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (in msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property Levels As LevelCollection
public LevelCollection Levels { get; }
public:
property LevelCollection^ Levels {
    LevelCollection^ get ();
}
/** @property */
public LevelCollection get_Levels ()
public function get Levels () : LevelCollection

Значение свойства

A LevelCollection that contains the levels of the Hierarchy.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Hierarchy Class
Hierarchy Members
Microsoft.AnalysisServices.AdomdServer Namespace