Dimension.AttributeHierarchies Property
Gets the collection of attribute hierarchies. This member is not supported for versions of Analysis Services earlier than Microsoft SQL Server 2005 Analysis Services (SSAS).
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property AttributeHierarchies As HierarchyCollection
public HierarchyCollection AttributeHierarchies { get; }
public:
property HierarchyCollection^ AttributeHierarchies {
HierarchyCollection^ get ();
}
/** @property */
public HierarchyCollection get_AttributeHierarchies ()
public function get AttributeHierarchies () : HierarchyCollection
Property Value
A HierarchyCollection collection containing the attribute hierarchies for this Dimension.
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
Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdServer Namespace