MeasureCollection members
Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Represents a collection of measures.
The MeasureCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MeasureCollection | Initializes a new instance of the MeasureCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Comparer | (Inherited from KeyedCollection<String, Measure>.) | |
Count | (Inherited from Collection<Measure>.) | |
Dictionary | (Inherited from KeyedCollection<String, Measure>.) | |
Item[TKey] | (Inherited from KeyedCollection<String, Measure>.) | |
Item[Int32] | (Inherited from Collection<Measure>.) | |
Items | (Inherited from Collection<Measure>.) |
Top
Methods
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from Collection<Measure>.) | |
IList.Contains | (Inherited from Collection<Measure>.) | |
ICollection.CopyTo | (Inherited from Collection<Measure>.) | |
IEnumerable.GetEnumerator | (Inherited from Collection<Measure>.) | |
IList.IndexOf | (Inherited from Collection<Measure>.) | |
IList.Insert | (Inherited from Collection<Measure>.) | |
IList.IsFixedSize | (Inherited from Collection<Measure>.) | |
ICollection<T>.IsReadOnly | (Inherited from Collection<Measure>.) | |
IList.IsReadOnly | (Inherited from Collection<Measure>.) | |
ICollection.IsSynchronized | (Inherited from Collection<Measure>.) | |
IList.Item | (Inherited from Collection<Measure>.) | |
IList.Remove | (Inherited from Collection<Measure>.) | |
ICollection.SyncRoot | (Inherited from Collection<Measure>.) |
Top