Partager via


Classe DesignAggregationsResult

Defines what information is returned about the aggregations design process.

Hiérarchie d'héritage

System.Object
  Microsoft.AnalysisServices.DesignAggregationsResult

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<GuidAttribute("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")> _
Public NotInheritable Class DesignAggregationsResult
'Utilisation
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

Le type DesignAggregationsResult expose les membres suivants.

Propriétés

  Nom Description
Propriété publique AggregationCount Gets the total number of aggregations designed to this point.
Propriété publique LastStep Gets a Boolean value that tells if the aggregation design process has finished.
Propriété publique Optimization Gets the level of performance improvement reached in the aggregation design process.
Propriété publique Steps Gets the number of steps the designer accomplished in the last aggregation design iteration.
Propriété publique Storage Gets the total estimated storage, in bytes, required for aggregations designed to this point.
Propriété publique Time Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

Nouveau :   17 juillet 2006

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.AnalysisServices