Model.ApplyPerformanceRecommendations(AutomaticAggregationOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.