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")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class HierarchyCollection
    Inherits NamedComponentCollection
[GuidAttribute("3DE3E999-0938-48e8-B7C8-3BB62635EB66")] 
[DefaultMemberAttribute("Item")] 
public sealed class HierarchyCollection : NamedComponentCollection
[GuidAttribute(L"3DE3E999-0938-48e8-B7C8-3BB62635EB66")] 
[DefaultMemberAttribute(L"Item")] 
public ref class HierarchyCollection sealed : public NamedComponentCollection
/** @attribute GuidAttribute("3DE3E999-0938-48e8-B7C8-3BB62635EB66") */ 
/** @attribute DefaultMemberAttribute("Item") */ 
public final class HierarchyCollection extends NamedComponentCollection
GuidAttribute("3DE3E999-0938-48e8-B7C8-3BB62635EB66") 
DefaultMemberAttribute("Item") 
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 Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

HierarchyCollection Members
Microsoft.AnalysisServices Namespace