共用方式為


ParentHierarchy 屬性

Gets a Hierarchy that contains the Level.

命名空間:  Microsoft.AnalysisServices.AdomdServer
組件:  msmgdsrv (在 msmgdsrv.dll 中)

語法

'宣告
Public ReadOnly Property ParentHierarchy As Hierarchy
    Get
'用途
Dim instance As Level
Dim value As Hierarchy

value = instance.ParentHierarchy
public Hierarchy ParentHierarchy { get; }
public:
property Hierarchy^ ParentHierarchy {
    Hierarchy^ get ();
}
member ParentHierarchy : Hierarchy
function get ParentHierarchy () : Hierarchy

備註

Each level is associated with one hierarchy. The ParentHierarchy property returns the parent Hierarchy that is associated with the specified Level.