Share via


ResultCellCollection members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Specifies the format of a cell collection in a result set.

The ResultCellCollection type exposes the following members.

Constructors

  Name Description
Protected method ResultCellCollection Called from constructors in derived classes to initialize the ResultCellCollection class.

Top

Properties

  Name Description
Public property Count The count of items in this collection.
Public property IsSynchronized Indicates whether access to the collection is synchronized (thread safe).
Public property Item[ICollection] Gets the object at the specified index.
Public property Item[Int32] Gets the object at the specified index.
Public property Item[[]] Gets the object at the specified index.
Public property Item[Int32, Int32] Gets the object at the specified index.
Public property SyncRoot The object that can be used to synchronize access to the collection.

Top

Methods

  Name Description
Public method CopyTo(Array, Int32) Copies this collection to an array, starting at the specified index.
Public method CopyTo([], Int32) Copies this collection to an array of result cells, starting at the specified index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through this collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ResultCellCollection class

Microsoft.PerformancePoint.Scorecards.ResultSet namespace