HierarchyCollection Class

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

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

Syntax

'Declaration
<GuidAttribute("3DE3E999-0938-48e8-B7C8-3BB62635EB66")> _
Public NotInheritable Class HierarchyCollection _
    Inherits NamedComponentCollection
'Usage
Dim instance As HierarchyCollection
[GuidAttribute("3DE3E999-0938-48e8-B7C8-3BB62635EB66")]
public sealed class HierarchyCollection : NamedComponentCollection
[GuidAttribute(L"3DE3E999-0938-48e8-B7C8-3BB62635EB66")]
public ref class HierarchyCollection sealed : public NamedComponentCollection
[<SealedAttribute>]
[<GuidAttribute("3DE3E999-0938-48e8-B7C8-3BB62635EB66")>]
type HierarchyCollection =  
    class
        inherit NamedComponentCollection
    end
public final class HierarchyCollection extends NamedComponentCollection

Inheritance Hierarchy

System.Object
  Microsoft.AnalysisServices.ModelComponentCollection
    Microsoft.AnalysisServices.NamedComponentCollection
      Microsoft.AnalysisServices.HierarchyCollection

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.