Share via


DimensionAttribute.IsAggregatable 속성

Gets or sets whether the values of the DimensionAttribute object can be aggregated.

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

구문

‘선언
Public Property IsAggregatable As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As DimensionAttribute 
Dim value As Boolean 

value = instance.IsAggregatable

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

속성 값

유형: System.Boolean
true if the values of the DimensionAttribute object can be aggregated; otherwise, false.

참고 항목

참조

DimensionAttribute 클래스

Microsoft.AnalysisServices 네임스페이스