CubeDimensionCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("77865125-F4A2-43ac-B6B7-59BE25D62C4E")> _
Public NotInheritable Class CubeDimensionCollection _
    Inherits NamedComponentCollection
'Usage
Dim instance As CubeDimensionCollection
[GuidAttribute("77865125-F4A2-43ac-B6B7-59BE25D62C4E")]
public sealed class CubeDimensionCollection : NamedComponentCollection
[GuidAttribute(L"77865125-F4A2-43ac-B6B7-59BE25D62C4E")]
public ref class CubeDimensionCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("77865125-F4A2-43ac-B6B7-59BE25D62C4E")>]
type CubeDimensionCollection =  
    class
        inherit NamedComponentCollection
    end
public final class CubeDimensionCollection extends NamedComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.CubeDimensionCollection

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.