MeasureCollection Properties

Include Protected Members
Include Inherited Members

The MeasureCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the number of Measure objects in the collection.
Public property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread safe).
Public property Item[Int32] Gets the specified Measure from the collection by its index. In Microsoft Visual C#, this property is the indexer for the MeasureCollection class.
Public property Item[String] Gets the specified Measure from the collection by its name. In Microsoft Visual C#, this property is the indexer for the MeasureCollection class.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

See Also

Reference

MeasureCollection Class

Microsoft.AnalysisServices.AdomdServer Namespace