Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the measures for a PerspectiveMeasureGroup object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Measures As PerspectiveMeasureCollection
Get
'Usage
Dim instance As PerspectiveMeasureGroup
Dim value As PerspectiveMeasureCollection
value = instance.Measures
[BrowsableAttribute(false)]
public PerspectiveMeasureCollection Measures { get; }
[BrowsableAttribute(false)]
public:
property PerspectiveMeasureCollection^ Measures {
PerspectiveMeasureCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Measures : PerspectiveMeasureCollection
function get Measures () : PerspectiveMeasureCollection
Property Value
Type: Microsoft.AnalysisServices.PerspectiveMeasureCollection
A collection of measures.