Column.SummarizeBy Property

Definition

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

Property Value

Applies to