Lenguaje

AgentProfileParameterInfo.MaximumValue Propiedad

Definición

Representa el valor máximo para el parámetro 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

Un Int32 valor.

Comentarios

Debes comprobar la NoMaximumValue propiedad antes de llamarla MaximumValue para asegurarte de que existe un valor máximo. Si no existe un máximo, esta propiedad genera una excepción.

Este espacio de nombres, clase o miembro solo es compatible con el .NET Framework 2.0.

Se aplica a