Элементы DesignAggregationsResult

Defines what information is returned about the aggregations design process.

Тип DesignAggregationsResult предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало