共用方式為


ServerProperty.RequiresRestart 屬性

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property RequiresRestart As Boolean 
    Get 
    Set
'用途
Dim instance As ServerProperty 
Dim value As Boolean 

value = instance.RequiresRestart

instance.RequiresRestart = value
public bool RequiresRestart { get; set; }
public:
property bool RequiresRestart {
    bool get ();
    void set (bool value);
}
member RequiresRestart : bool with get, set
function get RequiresRestart () : boolean 
function set RequiresRestart (value : boolean)

屬性值

型別:System.Boolean
true if restart is required; otherwise, false.

請參閱

參考

ServerProperty 類別

Microsoft.AnalysisServices 命名空間