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 | |
---|---|---|
AgentProfileParameterInfo | Initializes a new instance of the AgentProfileParameterInfo class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
DefaultValue | Represents the default value of the replication agent parameter. | |
MaximumValue | Represents the maximum value for the replication agent parameter. | |
MinimumValue | Represents the minimum value of the replication agent parameter. | |
Name | Represents the name of the replication agent parameter. | |
NoDefaultValue | Specifies whether the replication agent parameter has a default value. | |
NoMaximumValue | Specifies whether the replication agent parameter has a maximum value. | |
NoMinimumValue | Specifies whether the replication agent parameter has a minimum value. | |
UserData | Gets or sets an object to which users can attach their own data. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
MemberwiseClone | (Se hereda de Object.) | |
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.