ConfigProperty 클래스

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

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.ConfigProperty

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public NotInheritable Class ConfigProperty
‘사용 방법
Dim instance As ConfigProperty
public sealed class ConfigProperty
public ref class ConfigProperty sealed
[<SealedAttribute>]
type ConfigProperty =  class end
public final class ConfigProperty

ConfigProperty 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 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.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

The ConfigProperty object is used to modify or retrieve information about configuration options that are children of the Configuration object.

To get ConfigProperty object properties, users can be a member of the public fixed server role.

To set ConfigProperty object properties, users must have ALTER SETTINGS permission on the parent server, or be a member of the sysadmin and serveradmin fixed server role.

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

SMO에서 SQL Server 구성

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

서버 구성 옵션

SMO에서 SQL Server 구성