Set.Hierarchies Property
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
public HierarchyCollection Hierarchies { get; }
public:
property HierarchyCollection^ Hierarchies {
HierarchyCollection^ get ();
}
/** @property */
public HierarchyCollection get_Hierarchies ()
public function get Hierarchies () : HierarchyCollection
Eigenschaftswert
A HierarchyCollection.
Hinweise
The Hierarchies property represents the hierarchies of the tuples included in the set.
Threadsicherheit
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Siehe auch
Verweis
Set Class
Set Members
Microsoft.AnalysisServices.AdomdClient Namespace