Freigeben über


DesignAggregationsResult-Klasse

Defines what information is returned about the aggregations design process.

Vererbungshierarchie

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

Der DesignAggregationsResult-Typ macht folgende Elemente verfügbar.

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

Neu:   17. Juli 2006

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.AnalysisServices-Namespace