Compartir a través de


CubeAttribute.AggregationUsage Property

Gets or sets how Aggregation Designer will design aggregations.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<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)

Valor de propiedad

An AggregationUsage object.

Notas

The following are the possible values and their meanings:

Seguridad para subprocesos

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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

CubeAttribute Class
CubeAttribute Members
Microsoft.AnalysisServices Namespace