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


Свойство AggregationDimension.ParentCube

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

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

Синтаксис

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

См. также

Справочник

AggregationDimension Класс

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