Поделиться через


Элементы ConfigProperty

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

Тип ConfigProperty предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Свойства

  Имя Описание
Открытое свойство ConfigValue Gets or sets the new value of the configuration option.
Открытое свойство Description Gets a textual description of the configuration property.
Открытое свойство DisplayName Gets the name of the configuration option being modified.
Открытое свойство IsAdvanced Gets the Boolean property value that specifies whether the configuration option is an advanced option.
Открытое свойство 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.
Открытое свойство Maximum Gets the maximum value to which the configuration option can be set.
Открытое свойство Minimum Gets the maximum value to which the configuration option can be set.
Открытое свойство Number Gets the index position of the configuration option.
Открытое свойство RunValue Gets the current running value of the configuration option.

В начало