Cube.Visible Property

 

Applies To: SQL Server 2016 Preview

Gets or sets a value that indicates whether a cube can be viewed.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[DefaultValueAttribute(true)]
public bool Visible { get; set; }
public:
[DefaultValueAttribute(true)]
property bool Visible {
    bool get();
    void set(bool value);
}
[<DefaultValueAttribute(true)>]
member Visible : bool with get, set
<DefaultValueAttribute(True)>
Public Property Visible As Boolean

Property Value

Type: System.Boolean

true if the cube is visible; otherwise, false.

See Also

Cube Class
Microsoft.AnalysisServices Namespace

Return to top