AggregationUsage 枚举

定义

定义允许用于 AggregationUsage 的值。

[System.Runtime.InteropServices.Guid("7877D558-5378-4e1f-9624-104CA12B3607")]
public enum AggregationUsage
[<System.Runtime.InteropServices.Guid("7877D558-5378-4e1f-9624-104CA12B3607")>]
type AggregationUsage = 
Public Enum AggregationUsage
继承
AggregationUsage
属性

字段

Default 3

聚合设计器根据属性类型应用默认规则(对于键为 Full,对于其他为 Unrestricted)。

Full 0

多维数据集的每个聚合都必须包含此属性。

None 1

多维数据集的所有聚合都不能包含此属性。

Unrestricted 2

对聚合设计器不作限制。

适用于