ServerProperty.DisplayFlag Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the display flag status.

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

Syntax

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

Property Value

Type: System.Boolean

true if the display flag is on; otherwise, false.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top