Поделиться через


DimensionAttribute.IsAggregatable Property

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
<DefaultValueAttribute(True)> _
Public Property IsAggregatable As Boolean
[DefaultValueAttribute(true)] 
public bool IsAggregatable { get; set; }
[DefaultValueAttribute(true)] 
public:
property bool IsAggregatable {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsAggregatable ()

/** @property */
public void set_IsAggregatable (boolean value)
public function get IsAggregatable () : boolean

public function set IsAggregatable (value : boolean)

Значение свойства

true if the values of the DimensionAttribute object can be aggregated; otherwise, false.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

DimensionAttribute Class
DimensionAttribute Members
Microsoft.AnalysisServices Namespace