다음을 통해 공유


Perspective.MeasureGroups 속성

Gets the measure groups for the perspective.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property MeasureGroups As PerspectiveMeasureGroupCollection 
    Get
‘사용 방법
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

속성 값

유형: Microsoft.AnalysisServices.PerspectiveMeasureGroupCollection
A PerspectiveMeasureGroupCollection object.

참고 항목

참조

Perspective 클래스

Microsoft.AnalysisServices 네임스페이스