Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines what information is returned about the aggregations design process.
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.DesignAggregationsResult
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<GuidAttribute("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")> _
Public NotInheritable Class DesignAggregationsResult
'Usage
Dim instance As DesignAggregationsResult
[GuidAttribute("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")]
public sealed class DesignAggregationsResult
[GuidAttribute(L"6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")]
public ref class DesignAggregationsResult sealed
[<SealedAttribute>]
[<GuidAttribute("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")>]
type DesignAggregationsResult = class end
public final class DesignAggregationsResult
The DesignAggregationsResult type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
AggregationCount | Gets the total number of aggregations designed to this point. |
![]() |
LastStep | Gets a Boolean value that tells if the aggregation design process has finished. |
![]() |
Optimization | Gets the level of performance improvement reached in the aggregation design process. |
![]() |
Steps | Gets the number of steps the designer accomplished in the last aggregation design iteration. |
![]() |
Storage | Gets the total estimated storage, in bytes, required for aggregations designed to this point. |
![]() |
Time | Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Remarks
New: 17 July 2006
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.