Partager via


Membres ConfigProperty

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

Le type ConfigProperty expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ConfigValue Gets or sets the new value of the configuration option.
Propriété publique Description Gets a textual description of the configuration property.
Propriété publique DisplayName Gets the name of the configuration option being modified.
Propriété publique IsAdvanced Gets the Boolean property value that specifies whether the configuration option is an advanced option.
Propriété publique 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.
Propriété publique Maximum Gets the maximum value to which the configuration option can be set.
Propriété publique Minimum Gets the maximum value to which the configuration option can be set.
Propriété publique Number Gets the index position of the configuration option.
Propriété publique RunValue Gets the current running value of the configuration option.

Haut de la page