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 a reference to the HierarchyCollection collection referenced by the Set.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public ReadOnly Property Hierarchies As HierarchyCollection
Get
'Usage
Dim instance As Set
Dim value As HierarchyCollection
value = instance.Hierarchies
public HierarchyCollection Hierarchies { get; }
public:
property HierarchyCollection^ Hierarchies {
HierarchyCollection^ get ();
}
member Hierarchies : HierarchyCollection
function get Hierarchies () : HierarchyCollection
Property Value
Type: Microsoft.AnalysisServices.AdomdClient.HierarchyCollection
A collection of HierarchyCollection.
Remarks
The Hierarchies property represents the hierarchies of the tuples included in the set.