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


Свойство ParentLevel

Gets a Level that contains the LevelProperty.

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

Синтаксис

'Декларация
Public ReadOnly Property ParentLevel As Level
    Get
'Применение
Dim instance As LevelProperty
Dim value As Level

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

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

Тип: Microsoft.AnalysisServices.AdomdClient. . :: . .Level
A Level that contains the LevelProperty.

Замечания

The ParentLevel property returns a level that contains the property the LevelProperty represents.