Поделиться через


ServerProperty.RequiresRestart Property

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

Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Синтаксис

'Декларация
Public Property RequiresRestart As Boolean
public bool RequiresRestart { get; set; }
public:
property bool RequiresRestart {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_RequiresRestart ()

/** @property */
public void set_RequiresRestart (boolean value)
public function get RequiresRestart () : boolean

public function set RequiresRestart (value : boolean)

Значение свойства

true if restart is required; otherwise, false.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ServerProperty Class
ServerProperty Members
Microsoft.AnalysisServices Namespace