다음을 통해 공유


DefaultAggregateFunction 열거형

Specifies the aggregate function to be used by reporting tools to summarize attribute (calculated column) values.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
Public Enumeration DefaultAggregateFunction
‘사용 방법
Dim instance As DefaultAggregateFunction
public enum DefaultAggregateFunction
public enum class DefaultAggregateFunction
type DefaultAggregateFunction
public enum DefaultAggregateFunction

멤버

멤버 이름 설명
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.

주의

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.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스