Compartir a través de


AgentProfileParameterInfo.MaximumValue Propiedad

Definición

Representa el valor máximo del parámetro del agente de replicación.

public:
 property int MaximumValue { int get(); void set(int value); };
public int MaximumValue { get; set; }
member this.MaximumValue : int with get, set
Public Property MaximumValue As Integer

Valor de propiedad

Valor Int32.

Comentarios

Debe comprobar la NoMaximumValue propiedad antes de llamar a la MaximumValue propiedad para asegurarse de que existe un valor máximo. Si no existe ningún máximo, esta propiedad genera una excepción.

Este espacio de nombres, clase o miembro solo se admite en .NET Framework 2.0.

Se aplica a