ConfigValue Object Properties Collections
Property | Description |
---|
Application Application Write: No |
The Application object. |
CurrentValue Long Write: Yes |
The current value of the configuration option. Set this property to change the current value. |
Description String Write: No |
A description of this configuration option. |
DynamicReconfigure Boolean Write: No |
Indicates if a change to the configuration option will take effect immediately when you call the ReconfigureCurrentValues or ReconfigureWithOverride method of the Configuration object. This value is True if the configuration option takes effect immediately, or False if SQL Server must be shut down and restarted. |
ID SQLOLE_CONFIGVALUE_TYPE Write: No |
The type of configuration value. |
MaximumValue Long Write: No |
The maximum value of the configuration option. |
MinimumValue Long Write: No |
The minimum value of the configuration option. |
Name String Write: No |
The name of this configuration option. |
Parent Configuration Write: No |
The Configuration object. |
RunningValue Long Write: No |
The configuration value being used by the running SQL Server. |
TypeOf SQLOLE_OBJECT_TYPE Write: No |
The type of object. |
UserData Long Write: Yes |
Temporary storage space contained in this object for private use by the application. SQL-DMO does not use this property. |