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.