AggregationUsage Enumeration

Defines the values allowed for AggregationUsage.

命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

语法

声明
<GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")> _
Public Enumeration AggregationUsage
[GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")] 
public enum AggregationUsage
[GuidAttribute(L"7877D558-5378-4e1f-9624-104CA12B3607")] 
public enum class AggregationUsage
/** @attribute GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607") */ 
public enum AggregationUsage
GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607") 
public enum AggregationUsage

Members

Member name Description
Default Aggregation Designer applies a default rule based on the type of attribute (Full for keys, Unrestricted for others).
Full Every aggregation for the cube must include this attribute.
None No aggregation for the cube can include this attribute.
Unrestricted No restrictions are placed on Aggregation Designer.

平台

开发平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

目标平台

有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。

请参阅

参考

Microsoft.AnalysisServices Namespace