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 | |
---|---|---|
CellSetCellCollection | Initializes a new instance of the CellSetCellCollection class based on a collection of ADOMD cells. |
Top
Properties
Name | Description | |
---|---|---|
Count | The count of the cells in the collection. (Overrides ResultCellCollection.Count.) | |
IsSynchronized | This property is not implemented by the CellSetCellCollection class. Indicates whether access to the collection is synchronized (thread safe). (Overrides ResultCellCollection.IsSynchronized.) |
|
Item[ICollection] | This property is not implemented by the CellSetCellCollection class. Gets an object from this collection. (Overrides ResultCellCollection.Item[ICollection].) |
|
Item[Int32] | This property is not implemented by the CellSetCellCollection class. Gets an object from this collection. (Overrides ResultCellCollection.Item[Int32].) |
|
Item[[]] | This property is not implemented by the CellSetCellCollection class. Gets an object from this collection. (Overrides ResultCellCollection.Item[[]].) |
|
Item[Int32, Int32] | Gets an object from this collection. (Overrides ResultCellCollection.Item[Int32, Int32].) | |
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 | |
---|---|---|
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).) |
|
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).) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | This method is not implemented by the CellSetCellCollection class. Returns an enumerator to iterate through this collection. (Overrides ResultCellCollection.GetEnumerator().) |
|
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
See also
Reference
Microsoft.PerformancePoint.Scorecards.ResultSet.ADOMDCellSet namespace