Compartir a través de


Clase DesignAggregationsResult

Defines what information is returned about the aggregations design process.

Jerarquía de herencia

System.Object
  Microsoft.AnalysisServices.DesignAggregationsResult

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<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

El tipo DesignAggregationsResult expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública AggregationCount Gets the total number of aggregations designed to this point.
Propiedad pública LastStep Gets a Boolean value that tells if the aggregation design process has finished.
Propiedad pública Optimization Gets the level of performance improvement reached in the aggregation design process.
Propiedad pública Steps Gets the number of steps the designer accomplished in the last aggregation design iteration.
Propiedad pública Storage Gets the total estimated storage, in bytes, required for aggregations designed to this point.
Propiedad pública Time Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

Nuevo:   17 de julio de 2006

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.AnalysisServices