Freigeben über


ConfigProperty.Minimum-Eigenschaft

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

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

Eigenschaftswert

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

Hinweise

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

Beispiele

Konfigurieren von SQL Server in SMO

Siehe auch

Verweis

ConfigProperty Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

Serverkonfigurationsoptionen