AggregationDimension Class

Represents the relationship between a Dimension and an Aggregation. This class cannot be inherited.

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

Syntax

'Declaration
<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")> _
Public NotInheritable Class AggregationDimension _
    Inherits ModelComponent _
    Implements ICloneable
'Usage
Dim instance As AggregationDimension
[GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")]
public sealed class AggregationDimension : ModelComponent, 
    ICloneable
[GuidAttribute(L"7B5E1329-C951-4dbd-A404-11050D15280A")]
public ref class AggregationDimension sealed : public ModelComponent, 
    ICloneable
[<SealedAttribute>]
[<GuidAttribute("7B5E1329-C951-4dbd-A404-11050D15280A")>]
type AggregationDimension =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public final class AggregationDimension extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.AggregationDimension

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.