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 | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.