Compartir a través de


AgentProfileParameterInfo Miembros

Represents a supported parameter used in replication agent profiles.

El tipo AgentProfileParameterInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico AgentProfileParameterInfo Initializes a new instance of the AgentProfileParameterInfo class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública DefaultValue Represents the default value of the replication agent parameter.
Propiedad pública MaximumValue Represents the maximum value for the replication agent parameter.
Propiedad pública MinimumValue Represents the minimum value of the replication agent parameter.
Propiedad pública Name Represents the name of the replication agent parameter.
Propiedad pública NoDefaultValue Specifies whether the replication agent parameter has a default value.
Propiedad pública NoMaximumValue Specifies whether the replication agent parameter has a maximum value.
Propiedad pública NoMinimumValue Specifies whether the replication agent parameter has a minimum value.
Propiedad pública UserData Gets or sets an object to which users can attach their own data.

Principio