Set.Hierarchies Property

Gets a reference to the HierarchyCollection collection referenced by the Set.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.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.AdomdServer.HierarchyCollection
A reference to the HierarchyCollection collection.

Remarks

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

See Also

Reference

Set Class

Microsoft.AnalysisServices.AdomdServer Namespace