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.