共用方式為


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.