IsRemoteCalc: Boolean;
IsRemoteCalc: boolean;
The IsRemoteCalc property returns whether modeling problem is calculated remotely on BI server.
Available values:
True. Modeling problem is calculated remotely. The IMsProblemCalculationSettings.RemoteCalc property determines parameters of remote calculation.
False. Modeling problem is calculated locally.
The property use is given in the example for IMsProblemCalculationSettings.RemoteCalc.
See also: