다음을 통해 공유


AggregationInstance.AggregationType 속성

Defines the type of aggregation stored in AggregationInstance.

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

구문

‘선언
Public Property AggregationType As AggregationType 
    Get 
    Set
‘사용 방법
Dim instance As AggregationInstance 
Dim value As AggregationType 

value = instance.AggregationType

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

속성 값

유형: Microsoft.AnalysisServices.AggregationType
The type of aggregation stored in AggregationInstance.

참고 항목

참조

AggregationInstance 클래스

Microsoft.AnalysisServices 네임스페이스