Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets the hierarchy object in the PerspectiveHierarchy.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Hierarchy As Hierarchy
Get
'Usage
Dim instance As PerspectiveHierarchy
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
Property Value
Type: Microsoft.AnalysisServices.Hierarchy
The hierarchy object.