AgentJobHistoryInfo Members

Include Protected Members
Include Inherited Members

Returns information about the results of the last run of a replication agent.

The AgentJobHistoryInfo type exposes the following members.

Constructors

  Name Description
Public method AgentJobHistoryInfo() Initializes a new instance of the AgentJobHistoryInfo 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 LastRunDateTime Gets or sets the date and time when the last agent run message was logged.
Public property LastRunMessage Gets or sets the last message logged from a replication agent.
Public property Status Gets or sets the last status logged by a replication agent.
Public property UserData Gets or sets an object to which users can attach their own data.

Top