Share via


CubeAttribute.AggregationUsage 속성

Gets or sets how Aggregation Designer will design aggregations.

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

구문

‘선언
Public Property AggregationUsage As AggregationUsage 
    Get 
    Set
‘사용 방법
Dim instance As CubeAttribute 
Dim value As AggregationUsage 

value = instance.AggregationUsage

instance.AggregationUsage = value
public AggregationUsage AggregationUsage { get; set; }
public:
property AggregationUsage AggregationUsage {
    AggregationUsage get ();
    void set (AggregationUsage value);
}
member AggregationUsage : AggregationUsage with get, set
function get AggregationUsage () : AggregationUsage 
function set AggregationUsage (value : AggregationUsage)

속성 값

유형: Microsoft.AnalysisServices.AggregationUsage
An AggregationUsage object.

주의

The following are the possible values and their meanings:

  • 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. That is, Unrestricted for All and Granularity attributes, None for others.

참고 항목

참조

CubeAttribute 클래스

Microsoft.AnalysisServices 네임스페이스