Freigeben über


ConfigProperty-Member

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

Der ConfigProperty-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang