共用方式為


AutomaticAggregationOptions 建構函式

定義

多載

AutomaticAggregationOptions()

使用所有預設選項建立 AutomaticAggregationOptions 類別的新實例

AutomaticAggregationOptions(Double)

使用指定的查詢涵蓋範圍,建立 AutomaticAggregationOptions 類別的新實例。

AutomaticAggregationOptions()

使用所有預設選項建立 AutomaticAggregationOptions 類別的新實例

public AutomaticAggregationOptions ();
Public Sub New ()

適用於

AutomaticAggregationOptions(Double)

使用指定的查詢涵蓋範圍,建立 AutomaticAggregationOptions 類別的新實例。

public AutomaticAggregationOptions (double queryCoverage);
new Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions : double -> Microsoft.AnalysisServices.Tabular.AutomaticAggregationOptions
Public Sub New (queryCoverage As Double)

參數

queryCoverage
Double

在 [0, 1.0] 範圍內,以比率格式作為查詢涵蓋範圍值的必要選項。

適用於