Compartir a través de


Minimum Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Minimum As Integer
    Get
'Uso
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

Valor de la propiedad

Tipo: System. . :: . .Int32
An Int32 value that specifies the minimum value to which the configuration option can be set.

Notas

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