AggregationInstanceDimension Class

Represents a dimension for a user-defined aggregation instance.

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

Syntax

'Declaration
<GuidAttribute("90643750-CFB4-43F2-9192-88E7B5C1075B")> _
Public Class AggregationInstanceDimension _
    Inherits ModelComponent _
    Implements ICloneable
'Usage
Dim instance As AggregationInstanceDimension
[GuidAttribute("90643750-CFB4-43F2-9192-88E7B5C1075B")]
public class AggregationInstanceDimension : ModelComponent, 
    ICloneable
[GuidAttribute(L"90643750-CFB4-43F2-9192-88E7B5C1075B")]
public ref class AggregationInstanceDimension : public ModelComponent, 
    ICloneable
[<GuidAttribute("90643750-CFB4-43F2-9192-88E7B5C1075B")>]
type AggregationInstanceDimension =  
    class
        inherit ModelComponent
        interface ICloneable
    end
public class AggregationInstanceDimension extends ModelComponent implements ICloneable

Inheritance Hierarchy

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

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.