Share via


Model.ApplyPerformanceRecommendations(AutomaticAggregationOptions) Method

Definition

Caution

This method was deprecated, please use ApplyAutomaticAggregations instead.

Retrieves automatic aggregation recommendations from Analysis Services engine and applies changes to the model.

[System.Obsolete("This method was deprecated, please use ApplyAutomaticAggregations instead.")]
public void ApplyPerformanceRecommendations (Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions options);
[<System.Obsolete("This method was deprecated, please use ApplyAutomaticAggregations instead.")>]
member this.ApplyPerformanceRecommendations : Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions -> unit
Public Sub ApplyPerformanceRecommendations (options As AutomaticAggregationOptions)

Parameters

options
AutomaticAggregationOptions

The options for the recommended aggregations.

Attributes

Remarks

This method is only supported when the compatibility level of the database is at 1564 or above; Automatic-Aggregations is not supported in all the versions of Analysis-Services.

Applies to