Compartir a través de


CubeAttribute.AttributeHierarchyVisible Property

Gets or sets the property controlling visibility of an attribute hierarchy associated with a CubeAttribute object.

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

Sintaxis

'Declaración
<DefaultValueAttribute(True)> _
Public Property AttributeHierarchyVisible As Boolean
[DefaultValueAttribute(true)] 
public bool AttributeHierarchyVisible { get; set; }
[DefaultValueAttribute(true)] 
public:
property bool AttributeHierarchyVisible {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_AttributeHierarchyVisible ()

/** @property */
public void set_AttributeHierarchyVisible (boolean value)
public function get AttributeHierarchyVisible () : boolean

public function set AttributeHierarchyVisible (value : boolean)

Valor de propiedad

true if visibility attribute is on; otherwise, false.

Notas

This value is ignored if the value of AttributeHierarchyVisible is false on the DimensionAttribute.

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

CubeAttribute Class
CubeAttribute Members
Microsoft.AnalysisServices Namespace