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.