ServerProperty.DisplayFlag Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the display flag status.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.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