Configuration Object

Configuration Object Properties Methods Collections

Description

The Configuration object contains a collection of ConfigValue objects. SQL Server configuration options are named values which determine specific SQL Server behavior. Each configuration option has a corresponding object in the ConfigValues collection of the Configuration object. You examine and change a configuration option using the properties of the ConfigValue object. After any configuration option changes are made, you call the ReconfigureCurrentValues or ReconfigureWithOverride method.