Share via


Account.AggregationFunction 속성

Gets or sets the aggregation function to use for a specified Account type.

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

구문

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

value = instance.AggregationFunction

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

속성 값

유형: Microsoft.AnalysisServices.AggregationFunction
The type of aggregation to be applied to an Account. dimension

주의

The default AggregationFunction is sum.

참고 항목

참조

Account 클래스

Microsoft.AnalysisServices 네임스페이스