Свойство Level.ParentHierarchy
Gets a Hierarchy that contains the Level.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)
Синтаксис
'Декларация
Public ReadOnly Property ParentHierarchy As Hierarchy
Get
'Применение
Dim instance As Level
Dim value As Hierarchy
value = instance.ParentHierarchy
public Hierarchy ParentHierarchy { get; }
public:
property Hierarchy^ ParentHierarchy {
Hierarchy^ get ();
}
member ParentHierarchy : Hierarchy
function get ParentHierarchy () : Hierarchy
Значение свойства
Тип: Microsoft.AnalysisServices.AdomdClient.Hierarchy
A hierarchy object that contains the level.
Замечания
Each level is associated with one hierarchy. The ParentHierarchy property returns the parent Hierarchy that is associated with the specified Level.