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 the AggregationDesigns collection for a MeasureGroup.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property AggregationDesigns As AggregationDesignCollection
Get
'Usage
Dim instance As MeasureGroup
Dim value As AggregationDesignCollection
value = instance.AggregationDesigns
[BrowsableAttribute(false)]
public AggregationDesignCollection AggregationDesigns { get; }
[BrowsableAttribute(false)]
public:
property AggregationDesignCollection^ AggregationDesigns {
AggregationDesignCollection^ get ();
}
[<BrowsableAttribute(false)>]
member AggregationDesigns : AggregationDesignCollection
function get AggregationDesigns () : AggregationDesignCollection
Property Value
Type: Microsoft.AnalysisServices.AggregationDesignCollection
A collection of AggregationDesigns.