AggregationDesignDimension.ParentMeasureGroup 属性

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

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentMeasureGroup As MeasureGroup 
    Get
用法
Dim instance As AggregationDesignDimension 
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.

请参阅

参考

AggregationDesignDimension 类

Microsoft.AnalysisServices 命名空间