Database.Visible Property

 

Applies To: SQL Server 2016 Preview

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

Syntax

public bool Visible { get; set; }
public:
property bool Visible {
    bool get();
    void set(bool value);
}
member Visible : bool with get, set
Public Property Visible As Boolean

Property Value

Type: System.Boolean

See Also

Database Class
Microsoft.AnalysisServices Namespace

Return to top