Share via


DesignAggregationsResult 类

Defines what information is returned about the aggregations design process.

继承层次结构

System. . :: . .Object
  Microsoft.AnalysisServices..::..DesignAggregationsResult

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<GuidAttribute("6B4FFA32-01BF-45C7-9D10-D6BB10EB21AF")> _
Public NotInheritable Class DesignAggregationsResult
用法
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

DesignAggregationsResult 类型公开以下成员。

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

注释

新增日期: 2006 年 7 月 17 日

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。