Udostępnij przez


DesignAggregationsResult Members

Defines what information is returned about the aggregations design process.

The following tables list the members exposed by the DesignAggregationsResult type.

Public Properties

  Name Description
ms165057.pubproperty(pl-pl,SQL.100).gif AggregationCount Gets the total number of aggregations designed to this point.
ms165057.pubproperty(pl-pl,SQL.100).gif LastStep Gets a Boolean value that tells if the aggregation design process has finished.
ms165057.pubproperty(pl-pl,SQL.100).gif Optimization Gets the level of performance improvement reached in the aggregation design process.
ms165057.pubproperty(pl-pl,SQL.100).gif Steps Gets the number of steps the designer accomplished in the last aggregation design iteration.
ms165057.pubproperty(pl-pl,SQL.100).gif Storage Gets the total estimated storage, in bytes, required for aggregations designed to this point.
ms165057.pubproperty(pl-pl,SQL.100).gif Time Gets the elapsed number of milliseconds the designer spent in the last aggregation design iteration.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms165057.pubmethod(pl-pl,SQL.100).gif Equals  Overloaded. (inherited from Object )
ms165057.pubmethod(pl-pl,SQL.100).gif GetHashCode  (inherited from Object )
ms165057.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms165057.pubmethod(pl-pl,SQL.100).gifms165057.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms165057.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms165057.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms165057.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top