Server.Alter Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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"