Column.SummarizeBy Property
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.
A value indicating the default function, if any, used to aggregate this field. The possible values are Default (1), None (2), Sum (3), Min (4), Max (5), Count (6), Average (7), DistinctCount (8). If unspecified, Default is assumed for numeric fields, None for all other fields.
public Microsoft.AnalysisServices.Tabular.AggregateFunction SummarizeBy { get; set; }
member this.SummarizeBy : Microsoft.AnalysisServices.Tabular.AggregateFunction with get, set
Public Property SummarizeBy As AggregateFunction