Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


Cube.AllMeasures Property

Gets all measures as an enumeration object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

C#
[BrowsableAttribute(false)]
public MeasureEnumerator AllMeasures { get; }

Property Value

Type: Microsoft.AnalysisServices.MeasureEnumerator
A MeasureEnumerator object.

Remarks

A MeasureEnumerator is not a collection, but behaves similar to a collection. The enumeration can be walked using MoveNext() method. To reposition the enumeration at the starting you use Reset() method. The actual instance is obtained from the Current property of the enumeration.

See Also

Reference

Cube Class

Microsoft.AnalysisServices Namespace