AgentProfileParameter 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 parameters in a replication agent profile.
public ref class AgentProfileParameter sealed
public sealed class AgentProfileParameter
type AgentProfileParameter = class
Public NotInheritable Class AgentProfileParameter
- Inheritance
-
AgentProfileParameter
Remarks
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
AgentProfileParameter() |
Initializes a new instance of the AgentProfileParameter class. |
Properties
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. |