共用方式為


Hierarchy 屬性

Gets the hierarchy associated with a CubeHierarchy object.

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

語法

'宣告
<BrowsableAttribute(False)> _
Public ReadOnly Property Hierarchy As Hierarchy
    Get
'用途
Dim instance As CubeHierarchy
Dim value As Hierarchy

value = instance.Hierarchy
[BrowsableAttribute(false)]
public Hierarchy Hierarchy { get; }
[BrowsableAttribute(false)]
public:
property Hierarchy^ Hierarchy {
    Hierarchy^ get ();
}
[<BrowsableAttribute(false)>]
member Hierarchy : Hierarchy
function get Hierarchy () : Hierarchy