다음을 통해 공유


Cube.MeasureGroups Property

Gets the measure groups in the cube.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property MeasureGroups As MeasureGroupCollection
    Get
'Usage
Dim instance As Cube
Dim value As MeasureGroupCollection

value = instance.MeasureGroups
public MeasureGroupCollection MeasureGroups { get; }

Property Value

Type: Microsoft.PerformancePoint.Scorecards.MeasureGroupCollection
The measure groups in the cube.

See Also

Reference

Cube Class

Cube Members

Microsoft.PerformancePoint.Scorecards Namespace