Свойство 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.