Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets controls for how Aggregation Designer in Microsoft SQL Server 2005 Analysis Services (SSAS) designs aggregations.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property AllMemberAggregationUsage As AggregationUsage
Get
Set
'Usage
Dim instance As CubeDimension
Dim value As AggregationUsage
value = instance.AllMemberAggregationUsage
instance.AllMemberAggregationUsage = value
public AggregationUsage AllMemberAggregationUsage { get; set; }
public:
property AggregationUsage AllMemberAggregationUsage {
AggregationUsage get ();
void set (AggregationUsage value);
}
member AllMemberAggregationUsage : AggregationUsage with get, set
function get AllMemberAggregationUsage () : AggregationUsage
function set AllMemberAggregationUsage (value : AggregationUsage)
Property Value
Type: Microsoft.AnalysisServices.AggregationUsage
Aggregation use specification.