AgentProfileParameterInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a supported parameter used in replication agent profiles.
public ref class AgentProfileParameterInfo sealed
public sealed class AgentProfileParameterInfo
type AgentProfileParameterInfo = class
Public NotInheritable Class AgentProfileParameterInfo
- Inheritance
-
AgentProfileParameterInfo
Remarks
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.
Constructors
AgentProfileParameterInfo() |
Initializes a new instance of the AgentProfileParameterInfo class. |
Properties
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. |