Свойство Maximum
Gets the maximum value to which the configuration option can be set.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Maximum As Integer
Get
'Применение
Dim instance As ConfigProperty
Dim value As Integer
value = instance.Maximum
public int Maximum { get; }
public:
property int Maximum {
int get ();
}
member Maximum : int
function get Maximum () : int
Значение свойства
Тип 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.
См. также