Proprietà ConfigProperty.Minimum

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Minimum As Integer 
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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

Esempi

Configurazione di SQL Server in SMO

Vedere anche

Riferimento

ConfigProperty Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Opzioni di configurazione del server