Share via


CellSetCellCollection members

Applies to: PerformancePoint Services for SharePoint Server, Enterprise version
Defines a cell collection object for an OLAP query.

The CellSetCellCollection type exposes the following members.

Constructors

  Name Description
Public method CellSetCellCollection Initializes a new instance of the CellSetCellCollection class based on a collection of ADOMD cells.

Top

Properties

  Name Description
Public property Count The count of the cells in the collection. (Overrides ResultCellCollection.Count.)
Public property IsSynchronized This property is not implemented by the CellSetCellCollection class.
Indicates whether access to the collection is synchronized (thread safe). (Overrides ResultCellCollection.IsSynchronized.)
Public property Item[ICollection] This property is not implemented by the CellSetCellCollection class.
Gets an object from this collection. (Overrides ResultCellCollection.Item[ICollection].)
Public property Item[Int32] This property is not implemented by the CellSetCellCollection class.
Gets an object from this collection. (Overrides ResultCellCollection.Item[Int32].)
Public property Item[[]] This property is not implemented by the CellSetCellCollection class.
Gets an object from this collection. (Overrides ResultCellCollection.Item[[]].)
Public property Item[Int32, Int32] Gets an object from this collection. (Overrides ResultCellCollection.Item[Int32, Int32].)
Public property SyncRoot This property is not implemented by the CellSetCellCollection class.
An object that can be used to synchronize access to the collection. (Overrides ResultCellCollection.SyncRoot.)

Top

Methods

  Name Description
Public method CopyTo(Array, Int32) This method is not implemented by the CellSetCellCollection class.
Copies the collection to an array, starting at the specified index. (Overrides ResultCellCollection.CopyTo(Array, Int32).)
Public method CopyTo([], Int32) This method is not implemented by the CellSetCellCollection class.
Copies the collection to a result cell array, starting at the specified index. (Overrides ResultCellCollection.CopyTo([], Int32).)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator This method is not implemented by the CellSetCellCollection class.
Returns an enumerator to iterate through this collection. (Overrides ResultCellCollection.GetEnumerator().)
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

CellSetCellCollection class

Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace