ServerProperty.RequiresRestart Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.

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

Syntax

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

Property Value

Type: System.Boolean

true if restart is required; otherwise, false.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top