Compartilhar via


Propriedade do RDL Set.Hierarchies

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

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (em msmgdsrv.dll)

Sintaxe

'Declaração
Public ReadOnly Property Hierarchies As HierarchyCollection 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.AdomdServer.HierarchyCollection
A reference to the HierarchyCollection collection.

Comentários

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

Consulte também

Referência

Set Classe

Namespace Microsoft.AnalysisServices.AdomdServer