共用方式為


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.

頂端