Свойство PerspectiveHierarchy.ParentCube
Gets the parent Cube of a PerspectiveHierarchy object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube
Get
'Применение
Dim instance As PerspectiveHierarchy
Dim value As Cube
value = instance.ParentCube
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
[BrowsableAttribute(false)]
public:
property Cube^ ParentCube {
Cube^ get ();
}
[<BrowsableAttribute(false)>]
member ParentCube : Cube
function get ParentCube () : Cube
Значение свойства
Тип: Microsoft.AnalysisServices.Cube
A Cube object.