Freigeben über


Set.Hierarchies-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.AnalysisServices.AdomdClient.HierarchyCollection
A collection of HierarchyCollection.

Hinweise

The Hierarchies property represents the hierarchies of the tuples included in the set.

Siehe auch

Verweis

Set Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace