Assembly: Cubes;
The IVirtualCubeSourceSelections interface is used to work with collection of selections of virtual cube sources.
IVirtualCubeSourceSelections
Selections if virtual cube sources are used in the IVirtualCubeExecuteCallback.OnBeforeExecuteSources event.
Property name | Brief description | |
Count | The Count property returns the number of selections in collection. | |
Item | The Item property returns information about source selection with the specified index. |
Method name | Brief description | |
FindByKey | The FindByKey method searches by source key and returns information about source selection in case of good search results. |
See also: