Lire en anglais

Partager via


SummarizationType Enum

Definition

Specifies the Summarization type to be used by alternative sources' columns.

C#
public enum SummarizationType
Inheritance
SummarizationType

Fields

Name Value Description
GroupBy 0

GroupBy type aggregation.

Sum 1

Sum type aggregation.

Count 2

Count type aggregation.

Min 3

Min type aggregation.

Max 4

Max type aggregation.

Remarks

This enum is only supported when the compatibility level of the database is at 1460 or above.

Applies to

Produit Versions
Analysis Services SDK for .NET latest