Ms > Ms Assembly Interfaces > IMsVariableStub
The IMsVariableStub interface contains properties and methods used to work with an abstract data source.
Property name | Brief description | |
![]() |
VariableStub | The VariableStub property returns abstract data source. |
Property name | Brief description | |
![]() |
Calendar | The Calendar property returns structure of calendar dimension of the data source. |
![]() |
CalendarLevel | The CalendarLevel property returns level of calendar dimension of the data source. |
![]() |
Dimension | The Dimension property returns structure of data source dimension. |
![]() |
DimensionCount | The DimensionCount property returns the number of dimensions in the data source. |
![]() |
IsLoading | The IsLoading property determines whether data is loaded to the source. |
![]() |
IsSaving | The IsSaving property determines whether data source is saved. |
![]() |
MatrixAggregator | The MatrixAggregator property returns an object that contains properties and methods required for data aggregation. |
Property name | Brief description | |
![]() |
The Id property returns the object identifier. | |
![]() |
The Key property returns the object key. | |
![]() |
The Name property returns the object name. |
Method name | Brief description | |
![]() |
CopyScenarioData | The CopyScenarioData method copies data from one scenario to another scenario. |
![]() |
Execute | The Execute method loads data to the source. |
![]() |
FindByKey | The FindByKey method finds a dimension by its key. |
See also: