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


Свойство MeasureGroup.Parent

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

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

Синтаксис

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

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

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

Тип: Microsoft.AnalysisServices.Cube
A Cube object.

См. также

Справочник

MeasureGroup Класс

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