Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the measure groups for the perspective.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property MeasureGroups As PerspectiveMeasureGroupCollection
Get
'Usage
Dim instance As Perspective
Dim value As PerspectiveMeasureGroupCollection
value = instance.MeasureGroups
[BrowsableAttribute(false)]
public PerspectiveMeasureGroupCollection MeasureGroups { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveMeasureGroupCollection^ MeasureGroups {
PerspectiveMeasureGroupCollection^ get ();
}
[<BrowsableAttribute(false)>]
member MeasureGroups : PerspectiveMeasureGroupCollection
function get MeasureGroups () : PerspectiveMeasureGroupCollection
Property Value
Type: Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection
A PerspectiveMeasureGroupCollection object.