This topic has not yet been rated - Rate this topic

MaximumValue Property

SQL Server 2005

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The MaximumValue property specifies an upper bound for a configuration value.


object
.MaximumValue
object

An expression that evaluates to an object in the Applies To list

Long

Read-only

HRESULT GetMaximumValue(LPLONG pRetVal);

Modify the CurrentValue property to change Microsoft SQL Server configuration parameter values. The MinimumValue and MaximumValue properties provide the range of values acceptable for the CurrentValue property.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.