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