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 | |
---|---|---|
AgentProfileParameter | Initializes a new instance of the AgentProfileParameter class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
Name | Gets or sets the name of the parameter in a replication agent profile. | |
UserData | Gets or sets an object to which users can attach their own data. | |
Value | Gets or sets the value of the parameter in a replication agent profile. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
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.