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 hierarchies associated with a CubeDimension object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Hierarchies As CubeHierarchyCollection
Get
'Usage
Dim instance As CubeDimension
Dim value As CubeHierarchyCollection
value = instance.Hierarchies
[BrowsableAttribute(false)]
public CubeHierarchyCollection Hierarchies { get; }
[BrowsableAttribute(false)]
public:
property CubeHierarchyCollection^ Hierarchies {
CubeHierarchyCollection^ get ();
}
[<BrowsableAttribute(false)>]
member Hierarchies : CubeHierarchyCollection
function get Hierarchies () : CubeHierarchyCollection
Property Value
Type: Microsoft.AnalysisServices.CubeHierarchyCollection
A collection of hierarchies.