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에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

새 항목:   2006년 7월 17일

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.AnalysisServices 네임스페이스