Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value associated with the ServerProperty object that indicates whether restart is required.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property RequiresRestart As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if restart is required; otherwise, false.