Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Specifies the aggregate function to be used by reporting tools to summarize attribute (calculated column) values.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Enumeration DefaultAggregateFunction
'Uso
Dim instance As DefaultAggregateFunction
public enum DefaultAggregateFunction
public enum class DefaultAggregateFunction
type DefaultAggregateFunction
public enum DefaultAggregateFunction
Membros
| Nome do membro | Descrição | |
|---|---|---|
| Average | Use the aggregate function, AVERAGE. | |
| Count | Use the aggregate function, COUNT. | |
| Default | Automatically select the appropriate aggregate function based on the data type. | |
| DistinctCount | Use the aggregate function, DISTINCT COUNT. | |
| Max | Use the aggregate function, MAX. | |
| Min | Use the aggregate function, MIN. | |
| None | Do not use aggregate functions. | |
| Sum | Use the aggregate function, SUM. |
Comentários
Use "Default" to get the appropriate aggregation based on the data type.Use "None" to indicate to the reporting tools that the attribute does not use aggregate values.