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 네임스페이스