Assembly: Ms;
The IMsProblemCalculation interface is used to work with the object calculating the modeling problem.
IMsProblemCalculation
To create an object calculating modeling problem, use the IMsProblem.Calculate method.
Property name | Brief description | |
AggregationGroup | The AggregationGroup property determines a group of dictionary elements used as aggregation group. | |
AggregationGroups | The AggregationGroups property returns the object that contains the collection of aggregation groups. | |
Breakpoints | The Breakpoints property returns the collection of breakpoints for modeling problem calculation. | |
CalculationState | The CalculationState property returns the current state of modeling problem. | |
CalculationTree | The CalculationTree property returns modeling problem calculation tree. | |
Callback | The Callback property determines an object for event handling occurring on modeling problem calculation. | |
CopyFact | The CopyFact property determines whether data of sample period of fact dimension is copied to dimensions by scenarios when loading data. | |
EnableArithmeticErrors | The EnableArithmeticErrors property determines whether the OnError event occurs on error occurrence in arithmetic operations on modeling problem calculation. | |
IsRemoteCalc | The IsRemoteCalc property returns whether modeling problem is calculated remotely on BI server. | |
MetaAttributeFilter | The MetaAttributeFilter property returns the object containing filter used on modeling problem calculation. | |
OverwriteSameValues | The OverwriteSameValues property determines whether result is loaded to database on modeling problem calculation. | |
PointCount | The PointCount property returns the total number of steps passed on modeling problem calculation. | |
PointPassed | The PointPassed property returns the number of steps passed on modeling problem calculation. | |
SaveData | The SaveData property determines whether data should be loaded to output variables after finishing modeling problem calculation. | |
SaveHistory | The SaveHistory property determines whether history of modeling problem calculation is saved. | |
SaveHistoryMask | The SaveHistoryMask property determines log parameters of modeling problem calculation. | |
SaveZeros | The SaveZeros property determines whether calculated zeros are loaded to database on modeling problem calculation. | |
Stats | The Stats property returns calculation statistics of modeling problem. |
|
TreatNullsAsZeros | The TreatNullsAsZeros property determines whether empty values are substituted with zeros on modeling problem calculation. |
|
UserData | The UserData property returns user data connected to modeling problem. | |
VariableStub | The VariableStub property returns the object that enables the user to access data of modeling container variable. | |
VariableStubs | The VariableStubs property returns the collection of variables, which data is used in modeling problem calculation. |
Method name | Brief description | |
CreateVariablesReport | The CreateVariablesReport method creates a report on variables for modeling problem calculation. | |
DoSaveData | The DoSaveData method loads data to output variables after finishing modeling problem calculation. | |
DoSaveHistory | The DoSaveHistory method saves history of modeling problem calculation. | |
GetCalculatedPointsCount | The GetCalculatedPointsCount method returns the number of data consumer cells that are changed after executing formulas from the specified metamodel. | |
The GetFormulaInfo method returns information about formulas used for modeling problem calculation at the specified point. | ||
Resume | The Resume method resumes modeling problem calculation after the process is suspended. | |
Run | The Run method runs modeling problem calculation. | |
StepDate | The StepDate method executes step-by-step calculation of modeling problem by calendar frequency points. | |
StepInto | The StepInto method executes step-by-step calculation of modeling problem entering cycles, branching and nested metamodel. | |
StepOver | The StepOver method executes step-by-step calculation of modeling problem without entering cycles, branching and nested metamodel. | |
Stop | The Stop method stops modeling problem calculation in the current point. | |
Suspend | The Suspend method suspends modeling problem calculation. |
See also: