Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.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 | |
The Count property returns the number of selections in collection. | ||
The Item property returns information about source selection with the specified index. |
Method name | Brief description | |
The FindByKey method searches by source key and returns information about source selection in case of good search results. |
See also: