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.

맨 위로 이동