Share via


AggregationCollection 클래스

Contains a collection of Aggregation objects. This class cannot be inherited.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices.dll의 Microsoft.AnalysisServices

구문

‘선언
<GuidAttribute("4A78CC70-9330-43e6-8C00-B257E91999C6")> _
Public NotInheritable Class AggregationCollection _
    Inherits NamedComponentCollection
‘사용 방법
Dim instance As AggregationCollection
[GuidAttribute("4A78CC70-9330-43e6-8C00-B257E91999C6")]
public sealed class AggregationCollection : NamedComponentCollection
[GuidAttribute(L"4A78CC70-9330-43e6-8C00-B257E91999C6")]
public ref class AggregationCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("4A78CC70-9330-43e6-8C00-B257E91999C6")>]
type AggregationCollection =  
    class
        inherit NamedComponentCollection
    end
public final class AggregationCollection extends NamedComponentCollection

상속 계층 구조

System. . :: . .Object
  Microsoft.AnalysisServices. . :: . .ModelComponentCollection
    Microsoft.AnalysisServices. . :: . .NamedComponentCollection
      Microsoft.AnalysisServices..::..AggregationCollection

스레드로부터의 안전성

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