Cubes > Cubes Assembly Interfaces > IVariableStub
Assembly: Cubes;
The IVariableStub interface contains properties and methods that are used to work with an abstract data source.
IVariableStub
Abstract data source can be:
Standard cube.
Virtual cube.
Cube view.
Time series database.
Modeling variable, which is a separate repository object.
To get the abstract data source, cast the required object to the IVariableStub interface.
Property name | Brief description | |
![]() |
Calendar | The Calendar property returns structure of calendar dimension of a data source. |
![]() |
CalendarDimIndex | The CalendarDimIndex property returns calendar dimension index in a data source. |
![]() |
CalendarLevel | The CalendarLevel property returns level of calendar dimension of a data source. |
![]() |
Dimension | The Dimension property returns structure of data source dimension. |
![]() |
DimensionCount | The DimensionCount property returns the number of dimensions in a data source. |
![]() |
IsLoading | The IsLoading property returns whether data is loaded to the source. |
![]() |
IsSaving | The IsSaving property returns whether a data source is saved. |
![]() |
MatrixAggregator | The MatrixAggregator property returns the object that contains properties and methods required for data aggregation. |
![]() |
NameEx | The NameEx property returns name of series by specified parameters. |
![]() |
NamingDimension | The NamingDimension property returns the structure of the dimension that is used to create names. |
Property name | Brief description | |
![]() |
Id | The Id property returns object identifier. |
![]() |
Key | The Key property returns object key. |
![]() |
Name | The Name property returns object name. |
Method name | Brief description | |
![]() |
CopyScenarioData | The CopyScenarioData method copies data of one scenario to another scenario. |
![]() |
Execute | The Execute method loads data from the source. |
![]() |
FindByKey | The FindByKey method searches for a dimension by its key. |
See also: