This topic has not yet been rated - Rate this topic

ConfigProperty.Maximum Property

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)
public int Maximum { get; }

Property Value

Type: 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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.