Database.Visible Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the Boolean visibility property associated with a Database.

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 visibility is turned on; otherwise, false.

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top