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
public HierarchyCollection Hierarchies { get; }
public:
property HierarchyCollection^ Hierarchies {
    HierarchyCollection^ get ();
}
/** @property */
public HierarchyCollection get_Hierarchies ()
public function get Hierarchies () : HierarchyCollection

Property Value

A HierarchyCollection.

Remarks

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

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

Set Class
Set Members
Microsoft.AnalysisServices.AdomdServer Namespace