AgentJobHistoryInfo Class
Returns information about the results of the last run of a replication agent.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.AgentJobHistoryInfo
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class AgentJobHistoryInfo
'Usage
Dim instance As AgentJobHistoryInfo
public sealed class AgentJobHistoryInfo
public ref class AgentJobHistoryInfo sealed
[<SealedAttribute>]
type AgentJobHistoryInfo = class end
public final class AgentJobHistoryInfo
The AgentJobHistoryInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AgentJobHistoryInfo | Initializes a new instance of the AgentJobHistoryInfo class. |
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
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.