Server.Alter Method

Definition

Overloads

Alter()

Alter the metadata for the server, including dependent child objects such as Configuration, Information, and Settings. The Configuration class will not override value checking with this call.

Alter(Boolean)

Alter the metadata for the server, including dependent child objects such as Configuration, Information, and Settings.

Alter()

Alter the metadata for the server, including dependent child objects such as Configuration, Information, and Settings. The Configuration class will not override value checking with this call.

public void Alter ();
abstract member Alter : unit -> unit
override this.Alter : unit -> unit
Public Sub Alter ()

Implements

Applies to

Alter(Boolean)

Alter the metadata for the server, including dependent child objects such as Configuration, Information, and Settings.

public void Alter (bool overrideValueChecking);
member this.Alter : bool -> unit
Public Sub Alter (overrideValueChecking As Boolean)

Parameters

overrideValueChecking
Boolean

Boolean property value that specifies whether the Configuration changes should be installed with "RECONFIGURE WITH OVERRRIDE"

Applies to