共用方式為


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.