Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.