共用方式為


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 命名空間