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


Свойство AggregationDimension.ParentMeasureGroup

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

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

Синтаксис

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

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

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

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

См. также

Справочник

AggregationDimension Класс

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