Model.ApplyAutomaticAggregations 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.
Overloads
ApplyAutomaticAggregations() |
Retrieves automatic aggregation recommendations from Analysis Services engine and applies changes to the model. |
ApplyAutomaticAggregations(AutomaticAggregationOptions) |
Retrieves automatic aggregation recommendations from Analysis Services engine and applies changes to the model. |
ApplyAutomaticAggregations()
Retrieves automatic aggregation recommendations from Analysis Services engine and applies changes to the model.
public void ApplyAutomaticAggregations ();
member this.ApplyAutomaticAggregations : unit -> unit
Public Sub ApplyAutomaticAggregations ()
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
ApplyAutomaticAggregations(AutomaticAggregationOptions)
Retrieves automatic aggregation recommendations from Analysis Services engine and applies changes to the model.
public void ApplyAutomaticAggregations (Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions options);
member this.ApplyAutomaticAggregations : Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions -> unit
Public Sub ApplyAutomaticAggregations (options As AutomaticAggregationOptions)
Parameters
- options
- AutomaticAggregationOptions
The options for the recommended aggregations.
Remarks
This object 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.