AgentProfileParameterInfo.MaximumValue 속성

Represents the maximum value for the replication agent parameter.

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Rmo(Microsoft.SqlServer.Rmo.dll)

구문

‘선언
Public Property MaximumValue As Integer 
    Get 
    Set
‘사용 방법
Dim instance As AgentProfileParameterInfo 
Dim value As Integer 

value = instance.MaximumValue

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

속성 값

유형: System.Int32
An Int32 value.

주의

You must check the NoMaximumValue property before calling the MaximumValue property to make sure that a maximum value exists. If no maximum exists, this property raises an exception.

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

참고 항목

참조

AgentProfileParameterInfo 클래스

Microsoft.SqlServer.Replication 네임스페이스