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


Свойство PerspectiveDimension.ParentCube

Gets the Cube object that is the parent of the PerspectiveDimension object.

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

Синтаксис

'Декларация
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
'Применение
Dim instance As PerspectiveDimension 
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.

См. также

Справочник

PerspectiveDimension Класс

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