DesignAggregationsResult Class

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
Public property AggregationCount Gets the total number of aggregations designed to this point.
Public property LastStep Gets a Boolean value that tells if the aggregation design process has finished.
Public property Optimization Gets the level of performance improvement reached in the aggregation design process.
Public property Steps Gets the number of steps the designer accomplished in the last aggregation design iteration.
Public property Storage Gets the total estimated storage, in bytes, required for aggregations designed to this point.
Public property Time Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.AnalysisServices Namespace