Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.