Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.