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.

C#
public void Alter();

Implements

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode Versioonid
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0

Alter(Boolean)

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

C#
public void Alter(bool overrideValueChecking);

Parameters

overrideValueChecking
Boolean

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

Applies to

Microsoft.SqlServer.SqlManagementObjects 160.2004021.0 ja Microsoft.SqlServer.SqlManagementObjects 150.18208.0
Toode Versioonid
Microsoft.SqlServer.SqlManagementObjects 150.18208.0, 160.2004021.0