CubeHierarchyCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")> _
Public NotInheritable Class CubeHierarchyCollection _
    Inherits ModelComponentCollection
'Usage
Dim instance As CubeHierarchyCollection
[GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")]
public sealed class CubeHierarchyCollection : ModelComponentCollection
[GuidAttribute(L"76B25468-4425-4020-8BD7-2C20C4BE089F")]
public ref class CubeHierarchyCollection sealed : public ModelComponentCollection
[<SealedAttribute>]
[<GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")>]
type CubeHierarchyCollection =  
    class
        inherit ModelComponentCollection
    end
public final class CubeHierarchyCollection extends ModelComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.CubeHierarchyCollection

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.