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

집계 디자이너에 제한 사항이 지정되지 않습니다.

적용 대상