Свойство AgentProfileParameterInfo.MinimumValue

Represents the minimum value of the replication agent parameter.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property MinimumValue As Integer 
    Get 
    Set
'Применение
Dim instance As AgentProfileParameterInfo 
Dim value As Integer 

value = instance.MinimumValue

instance.MinimumValue = value
public int MinimumValue { get; set; }
public:
property int MinimumValue {
    int get ();
    void set (int value);
}
member MinimumValue : int with get, set
function get MinimumValue () : int 
function set MinimumValue (value : int)

Значение свойства

Тип: System.Int32
An Int32 value that specifies the minimum value of the agent profile parameter.

Замечания

Check the NoMinimumValue property before calling the MinimumValue property to make sure that a minimum value exists. If no minimum exists, this property raises an exception.

This namespace, class, or member is supported only in the .NET Framework 2.0.

См. также

Справочник

AgentProfileParameterInfo Класс

Пространство имен Microsoft.SqlServer.Replication