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.DataRetrieval
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public 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
Type:
Boolean if optimization analysis is to be performed; otherwise,
.
See Also