共用方式為


Hierarchy Class

Represents a hierarchy in a dimension. This class cannot be inherited.

命名空間: Microsoft.AnalysisServices
組件: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

語法

'宣告
<GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")> _
Public NotInheritable Class Hierarchy
    Inherits NamedComponent
    Implements ICloneable
[GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")] 
public sealed class Hierarchy : NamedComponent, ICloneable
[GuidAttribute(L"DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1")] 
public ref class Hierarchy sealed : public NamedComponent, ICloneable
/** @attribute GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1") */ 
public final class Hierarchy extends NamedComponent implements ICloneable
GuidAttribute("DDF80B10-1300-436a-ACC8-E8EFF1AB8CB1") 
public final class Hierarchy extends NamedComponent implements ICloneable

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
     System.ComponentModel.Component
       Microsoft.AnalysisServices.ModelComponent
         Microsoft.AnalysisServices.NamedComponent
          Microsoft.AnalysisServices.Hierarchy

執行緒安全性

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.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Hierarchy Members
Microsoft.AnalysisServices Namespace