Assembly: Cubes;
The IVirtualCubeSourceMatricesList interface is used to work with collection of matrix that are calculated for virtual cube data sources.
IVirtualCubeSourceMatricesList
The collection of data source matrix is available in the IVirtualCubeExecuteCallback.OnAfterExecuteSources event that occurs when calculation is finished.
Property name | Brief description | |
Count | The Count property returns the number of data source matrix in collection. | |
Item | The Item property returns information about source matrix with the specified index. |
Method name | Brief description | |
FindByKey | The FindByKey method searches by source key and returns information about source matrix in case of good search results. |
See also: