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


CubeAttribute.AggregationUsage Property

Gets or sets how Aggregation Designer will design aggregations.

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

Синтаксис

'Декларация
<DefaultValueAttribute(AggregationUsage.Default)> _
Public Property AggregationUsage As AggregationUsage
[DefaultValueAttribute(AggregationUsage.Default)] 
public AggregationUsage AggregationUsage { get; set; }
[DefaultValueAttribute(AggregationUsage::Default)] 
public:
property AggregationUsage AggregationUsage {
    AggregationUsage get ();
    void set (AggregationUsage value);
}
/** @property */
public AggregationUsage get_AggregationUsage ()

/** @property */
public void set_AggregationUsage (AggregationUsage value)
public function get AggregationUsage () : AggregationUsage

public function set AggregationUsage (value : AggregationUsage)

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

An AggregationUsage object.

Замечания

The following are the possible values and their meanings:

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

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.

См. также

Справочник

CubeAttribute Class
CubeAttribute Members
Microsoft.AnalysisServices Namespace