ConfigValues Collection (SQL-DMO)

The ConfigValues collection contains ConfigValue objects exposing settings for configurable Microsoft® SQL Server™ engine parameters.

Remarks

The ConfigValues collection is fixed in membership and does not expose Add and Remove methods. The ShowAdvancedOptions property of the Configuration object controls the membership of the ConfigValues collection.

Use the ConfigValues collection to reference a specific SQL Server engine parameter, for example:

Set oConfigValue = oSQLServer.Configuration.ConfigValues("max async IO")

  

Methods
ItemByID Method Refresh Method

See Also
Setting Configuration Options  

 


(c) 1988-98 Microsoft Corporation. All Rights Reserved.