Compartir a través de


ConfigProperty Miembros

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

El tipo ConfigProperty expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ConfigValue Gets or sets the new value of the configuration option.
Propiedad pública Description Gets a textual description of the configuration property.
Propiedad pública DisplayName Gets the name of the configuration option being modified.
Propiedad pública IsAdvanced Gets the Boolean property value that specifies whether the configuration option is an advanced option.
Propiedad pública 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.
Propiedad pública Maximum Gets the maximum value to which the configuration option can be set.
Propiedad pública Minimum Gets the maximum value to which the configuration option can be set.
Propiedad pública Number Gets the index position of the configuration option.
Propiedad pública RunValue Gets the current running value of the configuration option.

Principio