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