MeasureGroupDimensionCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("E7ECA830-47FE-464f-AF99-497D8CF17111")> _
Public NotInheritable Class MeasureGroupDimensionCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As MeasureGroupDimensionCollection
[GuidAttribute("E7ECA830-47FE-464f-AF99-497D8CF17111")]
public sealed class MeasureGroupDimensionCollection : ModelComponentCollection
[GuidAttribute(L"E7ECA830-47FE-464f-AF99-497D8CF17111")]
public ref class MeasureGroupDimensionCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("E7ECA830-47FE-464f-AF99-497D8CF17111")>]
type MeasureGroupDimensionCollection =  
    class
        inherit ModelComponentCollection
    end
public final class MeasureGroupDimensionCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.MeasureGroupDimensionCollection

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.