RequestOptionsPerformOptimizationAnalysis Property |
Gets or sets a value indicating whether the engine should perform optimization analysis for the metric set the current instance is defined for.
Namespace: Dundas.BI.Data.DataRetrievalAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic bool PerformOptimizationAnalysis { get; set; }Public Property PerformOptimizationAnalysis As Boolean
Get
Set
public:
property bool PerformOptimizationAnalysis {
bool get ();
void set (bool value);
}member PerformOptimizationAnalysis : bool with get, set
Property Value
Boolean if optimization analysis is to be performed; otherwise,
.
See Also