CubeAttribute.AggregationUsage Property
Gets or sets how Aggregation Designer will design aggregations.
Namespace: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Declaration
<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)
Eigenschaftswert
An AggregationUsage object.
Hinweise
The following are the possible values and their meanings:
Threadsicherheit
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.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
CubeAttribute Class
CubeAttribute Members
Microsoft.AnalysisServices Namespace