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 | |
---|---|---|
AgentJobHistoryInfo() | Initializes a new instance of the AgentJobHistoryInfo class. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
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. |
Top