次の方法で共有


Column.SummarizeBy プロパティ

定義

このフィールドの集計に使用される既定の関数を示す値です (該当するものがある場合)。 使用可能な値は、Default (1)、None (2)、Sum (3)、Min (4)、Max (5)、Count (6)、Average (7)、DistinctCount (8) です。 指定しない場合、数値フィールドについては Default と想定され、他のすべてのフィールドについては None と想定されます。

public Microsoft.AnalysisServices.Tabular.AggregateFunction SummarizeBy { get; set; }
member this.SummarizeBy : Microsoft.AnalysisServices.Tabular.AggregateFunction with get, set
Public Property SummarizeBy As AggregateFunction

プロパティ値

適用対象