IMsProblemCalculation

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsProblemCalculation interface is used to work with the object calculating the modeling problem.

Inheritance Hierarchy

IMsProblemCalculation

Comments

To create an object calculating modeling problem, use the IMsProblem.Calculate method.

Properties

  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 used for modeling problem calculation.
CalculationState The CalculationState property returns the current state of modeling problem calculation.
CalculationTree The CalculationTree property returns the tree of modeling problem calculation.
Callback The Callback property determines the object that is used to handle events occurring on problem calculation.
CopyFact The CopyFact property determines whether the data of sample period of facts dimensions is copied to the dimensions according to scenarios on data uploading.
IsRemoteCalc The IsRemoteCalc property returns whether modeling problem is calculated remotely on BI server.
MetaAttributeFilter The MetaAttributeFilter property returns the object that contains the filter applied on modeling problem calculation.
OverwriteSameValues The OverwriteSameValues property determines loading of result to database on modeling problem calculation.
PointCount The PointCount property returns the total number of steps that are passed on problem calculation in the modeling container.
PointPassed The PointPassed property returns the number of performed steps on problem calculation in modeling container.
SaveData The SaveData property determines whether data should be uploaded to output variables after problem calculation.
SaveHistory The SaveHistory property determines whether history of modeling problem calculation should be saved.
SaveHistoryMask The SaveHistoryMask property determines parameters of modeling problem calculation log.
SaveZeros

The SaveZeros property determines the Upload Calculated Zeros to the Base parameter on modeling problem calculation.

Stats

The Stats property returns modeling problem calculation statistics.

TreatNullsAsZeros

The TreatNullsAsZeros property determines the Substitute Empty Values with Zeros parameter on modeling problem calculation.

Variable Outdated. Use IMsProblemCalculation.VariableStub.
Variables Outdated. Use IMsProblemCalculation.VariableStubs.
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 on modeling problem calculation.

Methods

  Method name Brief description
CreateVariablesReport The CreateVariablesReport property creates a report on variables for modeling problem calculation.
DoSaveData The DoSaveData method uploads data to output variables after problem is calculated.
DoSaveHistory The DoSaveHistory method saves the history of problem calculation.
The GetFormulaInfo method returns information about the formulas used for calculation at the specified point.
Resume The Resume method continues modeling problem calculation after a stop of the process with the help of the Suspend method.
Run The Run method starts modeling problem calculation.
StepDate The StepDate method performs step-by-step calculation of the problem by calendar frequency points.
StepInto The StepInto method performs the step-by-step calculation of the problem including stepping into cycles, forks and nested metamodels.
StepOver The StepOver method performs step-by-step calculation of the problem without stepping into cycles, forks and nested metamodels.
Stop The Stop method stops calculation in the current point.
Suspend The Suspend method suspends modeling problem calculation.

See also:

Ms Assembly Interfaces