AutomaticAggregationOptions Constructors
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
AutomaticAggregationOptions() |
Create new instance of AutomaticAggregationOptions class with all default options |
AutomaticAggregationOptions(Double) |
Create new instance of AutomaticAggregationOptions class with the specified query-coverage. |
AutomaticAggregationOptions()
Create new instance of AutomaticAggregationOptions class with all default options
public AutomaticAggregationOptions ();
Public Sub New ()
Applies to
AutomaticAggregationOptions(Double)
Create new instance of AutomaticAggregationOptions class with the specified query-coverage.
public AutomaticAggregationOptions (double queryCoverage);
new Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions : double -> Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions
Public Sub New (queryCoverage As Double)
Parameters
- queryCoverage
- Double
The required option as query coverage value in ratio format within the range [0, 1.0].