Compartir a través de


PerspectiveDimension.Hierarchies Property

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
<XmlArrayItemAttribute("Hierarchy")> _
<BrowsableAttribute(False)> _
<XmlArrayAttribute> _
Public ReadOnly Property Hierarchies As PerspectiveHierarchyCollection
[XmlArrayItemAttribute("Hierarchy")] 
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
public PerspectiveHierarchyCollection Hierarchies { get; }
[XmlArrayItemAttribute(L"Hierarchy")] 
[BrowsableAttribute(false)] 
[XmlArrayAttribute] 
public:
property PerspectiveHierarchyCollection^ Hierarchies {
    PerspectiveHierarchyCollection^ get ();
}
/** @property */
public PerspectiveHierarchyCollection get_Hierarchies ()
public function get Hierarchies () : PerspectiveHierarchyCollection

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

PerspectiveDimension Class
PerspectiveDimension Members
Microsoft.AnalysisServices Namespace