Share via


AggregationUsage 열거형

Defines the values allowed for AggregationUsage.

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

구문

‘선언
<GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")> _
Public Enumeration AggregationUsage
‘사용 방법
Dim instance As AggregationUsage
[GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")]
public enum AggregationUsage
[GuidAttribute(L"7877D558-5378-4e1f-9624-104CA12B3607")]
public enum class AggregationUsage
[<GuidAttribute("7877D558-5378-4e1f-9624-104CA12B3607")>]
type AggregationUsage
public enum AggregationUsage

멤버

멤버 이름 설명
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.
Default Aggregation Designer applies a default rule based on the type of attribute (Full for keys, Unrestricted for others).