Condividi tramite


Classe DesignAggregationsResult

Defines what information is returned about the aggregations design process.

Gerarchia di ereditarietà

System.Object
  Microsoft.AnalysisServices.DesignAggregationsResult

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

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

Nel tipo DesignAggregationsResult sono esposti i membri seguenti.

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

Novità:   17 luglio 2006

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices