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 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.