AgentProfileParameter Members

Include Protected Members
Include Inherited Members

Represents parameters in a replication agent profile.

The AgentProfileParameter type exposes the following members.

Constructors

  Name Description
Public method AgentProfileParameter() Initializes a new instance of the AgentProfileParameter class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public property Name Gets or sets the name of the parameter in a replication agent profile.
Public property UserData Gets or sets an object to which users can attach their own data.
Public property Value Gets or sets the value of the parameter in a replication agent profile.

Top