AgentJobHistoryInfo 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.
Returns information about the results of the last run of a replication agent.
public ref class AgentJobHistoryInfo sealed
public sealed class AgentJobHistoryInfo
type AgentJobHistoryInfo = class
Public NotInheritable Class AgentJobHistoryInfo
- Inheritance
-
AgentJobHistoryInfo
Remarks
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
AgentJobHistoryInfo() |
Initializes a new instance of the AgentJobHistoryInfo class. |
Properties
LastRunDateTime |
Gets or sets the date and time when the last agent run message was logged. |
LastRunMessage |
Gets or sets the last message logged from a replication agent. |
Status |
Gets or sets the last status logged by a replication agent. |
UserData |
Gets or sets an object to which users can attach their own data. |