Model.ApplyPerformanceRecommendations(AutomaticAggregationOptions) 方法

定义

注意

This method was deprecated, please use ApplyAutomaticAggregations instead.

从 Analysis Services 引擎检索自动聚合建议,并将更改应用于模型。

[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)

参数

options
AutomaticAggregationOptions

建议聚合的选项。

属性

注解

仅当数据库的兼容级别为 1564 或更高版本时,才支持此方法;Analysis-Services 的所有版本都不支持Automatic-Aggregations。

适用于