Classe DesignAggregationsResult
Defines what information is returned about the aggregations design process.
Hierarquia de herança
System.Object
Microsoft.AnalysisServices.DesignAggregationsResult
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
<GuidAttribute("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")> _
Public NotInheritable Class DesignAggregationsResult
'Uso
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
O tipo DesignAggregationsResult expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
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ício
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Comentários
Novo: 17 de julho de 2006
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.