Condividi tramite


CubeHierarchy Class

Defines details for a hierarchy on a cube. This class cannot be inherited.

Spazio dei nomi: Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintassi

'Dichiarazione
<GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")> _
<XmlTypeAttribute("Cube/Dimension/Hierarchy")> _
Public NotInheritable Class CubeHierarchy
    Inherits ModelComponent
    Implements ICloneable
[GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")] 
[XmlTypeAttribute("Cube/Dimension/Hierarchy")] 
public sealed class CubeHierarchy : ModelComponent, ICloneable
[GuidAttribute(L"91C12D80-3018-4e79-AB9B-3DA2A2EFE79B")] 
[XmlTypeAttribute(L"Cube/Dimension/Hierarchy")] 
public ref class CubeHierarchy sealed : public ModelComponent, ICloneable
/** @attribute GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B") */ 
/** @attribute XmlTypeAttribute("Cube/Dimension/Hierarchy") */ 
public final class CubeHierarchy extends ModelComponent implements ICloneable
GuidAttribute("91C12D80-3018-4e79-AB9B-3DA2A2EFE79B") 
XmlTypeAttribute("Cube/Dimension/Hierarchy") 
public final class CubeHierarchy extends ModelComponent implements ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
        Microsoft.AnalysisServices.CubeHierarchy

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CubeHierarchy Members
Microsoft.AnalysisServices Namespace