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.