다음을 통해 공유


Measure.AggregateFunction 속성

Gets or sets the aggregate function applied to current measure.

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

구문

‘선언
Public Property AggregateFunction As AggregationFunction 
    Get 
    Set
‘사용 방법
Dim instance As Measure 
Dim value As AggregationFunction 

value = instance.AggregateFunction

instance.AggregateFunction = value
public AggregationFunction AggregateFunction { get; set; }
public:
property AggregationFunction AggregateFunction {
    AggregationFunction get ();
    void set (AggregationFunction value);
}
member AggregateFunction : AggregationFunction with get, set
function get AggregateFunction () : AggregationFunction 
function set AggregateFunction (value : AggregationFunction)

속성 값

유형: Microsoft.AnalysisServices.AggregationFunction
An AggregationFunction enumeration value.

주의

An AggregationFunction can have the following values: AverageOfChildren, ByAccount, Count, DistinctCount, FirstChild, FirstNonEmpty, LastChild, LastNonEmpty, Max, Min, None, Sum.

참고 항목

참조

Measure 클래스

Microsoft.AnalysisServices 네임스페이스