MaximumValue Property (SQL-DMO)

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

Applies To

ConfigValue Object

Syntax

object.MaximumValue

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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.

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetMaximumValue(LPLONG pRetVal);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.