Ms > Ms Assembly Interfaces > IMsProblemCalculationSettings
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsProblemCalculationSettings interface is used to set up problem calculation parameters.
IMsProblemCalculationSettings
To create calculation parameters, use the IMsProblem.CreateCalculationSettings method.
Property name | Brief description | |
![]() |
AdvancedOptions | The AdvancedOptions property determines additional parameters of problem calculation. |
![]() |
AvailableThreads | The AvailableThreads property determines the number of threads on modeling problem calculation. |
![]() |
BreakOnError | The BreakOnError property determines whether modeling problem execution should be aborted when an error occurred. |
![]() |
Callback | The Callback property determines the object tracking the events that occur on problem calculation in modeling container. |
![]() |
ClearSeriesOnWarning | The ClearSeriesOnWarning property determines whether the output series is empty on occurring the warning. |
![]() |
CorrectStubPeriod | The CorrectStubPeriod property determines parameters of date extension for modeling problem if its periods go beyond source periods. |
![]() |
DataLoadingPeriod | The DataLoadingPeriod property returns data loading period parameters. |
![]() |
DefaultLevel | The DefaultLevel property sets default calendar frequency level on problem calculation. |
![]() |
Details | The Details property determines type of calculated criterion problem. |
![]() |
EntriesFilter | The EntriesFilter property returns the collection of elements calculated by problem. |
![]() |
ExecutionFilter | The ExecutionFilter property returns the filter, which is used to create calculation points. |
![]() |
FactIncluded | The FactIncluded property determines whether the problem is calculated by the Fact scenario. |
![]() |
FilterLevelsOnLoad | The FilterLevelsOnLoad property determines whether to load data only by calendar levels, which are used in the problem calculation chain. |
![]() |
FilterWarnings | The FilterWarnings property determines whether to display duplicate warnings. |
![]() |
OutputPeriod | The OutputPeriod property returns data unloading period parameters |
![]() |
ParamValues | The ParamValues property returns parameter values for metamodel included into the problem. |
![]() |
Period | The Period property returns parameters of problem forecast and sample periods. |
![]() |
RemoteCalc | The RemoteCalc property determines whether remote calculation of modeling problem is used on BI server. |
![]() |
ScenarioIncluded | The ScenarioIncluded property determines modeling problem scenarios included into calculation. |
![]() |
StatsLevel | The StatsLevel property determines drill down of modeling problem calculation statistics. |
![]() |
StubLoadSelections | The StubLoadSelections property returns the collection of selections in data sources used to load data on model calculation. |
![]() |
ValueFlag | The ValueFlag property determines value of the flag that is used to select changed values. |
See also: