AggregationAttributeCollection Class

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<GuidAttribute("83FF277E-137B-4667-B6DA-86AFD2E923CE")> _
Public NotInheritable Class AggregationAttributeCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As AggregationAttributeCollection
[GuidAttribute("83FF277E-137B-4667-B6DA-86AFD2E923CE")]
public sealed class AggregationAttributeCollection : ModelComponentCollection
[GuidAttribute(L"83FF277E-137B-4667-B6DA-86AFD2E923CE")]
public ref class AggregationAttributeCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("83FF277E-137B-4667-B6DA-86AFD2E923CE")>]
type AggregationAttributeCollection =  
    class
        inherit ModelComponentCollection
    end
public final class AggregationAttributeCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.AggregationAttributeCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.