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의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
예
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스