ConfigProperty.Maximum 속성

Gets the maximum value to which the configuration option can be set.

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

구문

‘선언
Public ReadOnly Property Maximum As Integer 
    Get
‘사용 방법
Dim instance As ConfigProperty 
Dim value As Integer 

value = instance.Maximum
public int Maximum { get; }
public:
property int Maximum {
    int get ();
}
member Maximum : int
function get Maximum () : int

속성 값

유형: System.Int32
An Int32 value that specifies the maximum value to which the configuration option can be set.

주의

Some configuration options require values that are True or False. For these, the maximum is 0 and the minimum is –1.

SMO에서 SQL Server 구성

참고 항목

참조

ConfigProperty 클래스

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

관련 자료

서버 구성 옵션