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


Свойство Level.Parent

Gets the Hierarchy object that is the parent of the Level object.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Hierarchy 
    Get
'Применение
Dim instance As Level 
Dim value As Hierarchy 

value = instance.Parent
[BrowsableAttribute(false)]
public Hierarchy Parent { get; }
[BrowsableAttribute(false)]
public:
property Hierarchy^ Parent {
    Hierarchy^ get ();
}
[<BrowsableAttribute(false)>]
member Parent : Hierarchy
function get Parent () : Hierarchy

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

Тип: Microsoft.AnalysisServices.Hierarchy
A Hierarchy object that is the parent of the Level object.

См. также

Справочник

Level Класс

Пространство имен Microsoft.AnalysisServices