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).
Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
Sintassi
'Dichiarazione
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
Valore proprietà
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.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
Dimension Class
Dimension Members
Microsoft.AnalysisServices.AdomdClient Namespace