DimensionCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043")> _
Public NotInheritable Class DimensionCollection _
    Inherits MajorObjectCollection
'Usage
Dim instance As DimensionCollection
[GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043")]
public sealed class DimensionCollection : MajorObjectCollection
[GuidAttribute(L"A99E1687-D325-4308-9347-38415CC5E043")]
public ref class DimensionCollection sealed : public MajorObjectCollection
[<SealedAttribute>]
[<GuidAttribute("A99E1687-D325-4308-9347-38415CC5E043")>]
type DimensionCollection =  
    class
        inherit MajorObjectCollection
    end
public final class DimensionCollection extends MajorObjectCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.MajorObjectCollection
        Microsoft.AnalysisServices.DimensionCollection

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.