Share via


Clase AgentProfileParameter

Represents parameters in a replication agent profile.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..AgentProfileParameter

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

Sintaxis

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

El tipo AgentProfileParameter expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets or sets the name of the parameter in a replication agent profile.
Propiedad pública UserData Gets or sets an object to which users can attach their own data.
Propiedad pública Value Gets or sets the value of the parameter in a replication agent profile.

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

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.