Condividi tramite


CubeDimension.AllMemberAggregationUsage Property

Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<DefaultValueAttribute(AggregationUsage.Default)> _
Public Property AllMemberAggregationUsage As AggregationUsage
[DefaultValueAttribute(AggregationUsage.Default)] 
public AggregationUsage AllMemberAggregationUsage { get; set; }
[DefaultValueAttribute(AggregationUsage::Default)] 
public:
property AggregationUsage AllMemberAggregationUsage {
    AggregationUsage get ();
    void set (AggregationUsage value);
}
/** @property */
public AggregationUsage get_AllMemberAggregationUsage ()

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

public function set AllMemberAggregationUsage (value : AggregationUsage)

Valore proprietà

Aggregation use specification.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CubeDimension Class
CubeDimension Members
Microsoft.AnalysisServices Namespace