ConfigProperty Members

Include Protected Members
Include Inherited Members

The ConfigProperty object contains information pertaining to a Microsoft SQL Server configuration option, such as maximum, minimum, current, and new values.

The ConfigProperty type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property ConfigValue Gets or sets the new value of the configuration option.
Public property Description Gets a textual description of the configuration property.
Public property DisplayName Gets the name of the configuration option being modified.
Public property IsAdvanced Gets the Boolean property value that specifies whether the configuration option is an advanced option.
Public property IsDynamic Gets the Boolean property value that specifies whether the configuration option is immediately updated or waits until the instance of Microsoft SQL Server is restarted.
Public property Maximum Gets the maximum value to which the configuration option can be set.
Public property Minimum Gets the maximum value to which the configuration option can be set.
Public property Number Gets the index position of the configuration option.
Public property RunValue Gets the current running value of the configuration option.

Top