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")> _
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class CubeHierarchyCollection
Inherits ModelComponentCollection
[GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")]
[DefaultMemberAttribute("Item")]
public sealed class CubeHierarchyCollection : ModelComponentCollection
[GuidAttribute(L"76B25468-4425-4020-8BD7-2C20C4BE089F")]
[DefaultMemberAttribute(L"Item")]
public ref class CubeHierarchyCollection sealed : public ModelComponentCollection
/** @attribute GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F") */
/** @attribute DefaultMemberAttribute("Item") */
public final class CubeHierarchyCollection extends ModelComponentCollection
GuidAttribute("76B25468-4425-4020-8BD7-2C20C4BE089F")
DefaultMemberAttribute("Item")
public final class CubeHierarchyCollection extends ModelComponentCollection
Inheritance Hierarchy
System.Object
Microsoft.AnalysisServices.ModelComponentCollection
Microsoft.AnalysisServices.CubeHierarchyCollection
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
CubeHierarchyCollection Members
Microsoft.AnalysisServices Namespace