Share via


Clase AgentProfileParameterInfo

Represents a supported parameter used in replication agent profiles.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..AgentProfileParameterInfo

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class AgentProfileParameterInfo
'Uso
Dim instance As AgentProfileParameterInfo
public sealed class AgentProfileParameterInfo
public ref class AgentProfileParameterInfo sealed
[<SealedAttribute>]
type AgentProfileParameterInfo =  class end
public final class AgentProfileParameterInfo

El tipo AgentProfileParameterInfo expone los siguientes miembros.

Constructores

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

Arriba

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.

Arriba

Métodos

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

Arriba

Comentarios

Call the EnumParameterInfo method to retrieve available parameters from the server.

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

Thread Safety

Public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.