Dimension.Hierarchies Property
Gets the Hierarchy collection for the current dimension.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Sintaxis
'Declaración
<XmlArrayAttribute> _
<BrowsableAttribute(False)> _
Public ReadOnly Property Hierarchies As HierarchyCollection
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public HierarchyCollection Hierarchies { get; }
[XmlArrayAttribute]
[BrowsableAttribute(false)]
public:
property HierarchyCollection^ Hierarchies {
HierarchyCollection^ get ();
}
/** @property */
public HierarchyCollection get_Hierarchies ()
public function get Hierarchies () : HierarchyCollection
Valor de propiedad
A HierarchyCollection object with the collection of hierarchies defined for the current dimension.
Seguridad para subprocesos
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.
Plataformas
Plataformas de desarrollo
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Plataformas de destino
Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.
Vea también
Referencia
Dimension Class
Dimension Members
Microsoft.AnalysisServices Namespace