ConfigProperty.Minimum 속성
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 Minimum As Integer
Get
‘사용 방법
Dim instance As ConfigProperty
Dim value As Integer
value = instance.Minimum
public int Minimum { get; }
public:
property int Minimum {
int get ();
}
member Minimum : int
function get Minimum () : int
속성 값
유형: System.Int32
An Int32 value that specifies the minimum 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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스