IVirtualCubeSourceMatricesList

Assembly: Cubes;

Description

The IVirtualCubeSourceMatricesList interface is used to work with collection of matrix that are calculated for virtual cube data sources.

Inheritance Hierarchy

IVirtualCubeSourceMatricesList

Comments

The collection of data source matrix is available in the IVirtualCubeExecuteCallback.OnAfterExecuteSources event that occurs when calculation is finished.

Properties

  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.

Methods

  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:

Cubes Assembly Interfaces