Level.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

屬性值

型別:Microsoft.AnalysisServices.AdomdServer.Hierarchy
The level within the hierarchy.

備註

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

請參閱

參考

Level 類別

Microsoft.AnalysisServices.AdomdServer 命名空間