Classe AgentJobHistoryInfo
Returns information about the results of the last run of a replication agent.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.AgentJobHistoryInfo
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class AgentJobHistoryInfo
'Utilizzo
Dim instance As AgentJobHistoryInfo
public sealed class AgentJobHistoryInfo
public ref class AgentJobHistoryInfo sealed
[<SealedAttribute>]
type AgentJobHistoryInfo = class end
public final class AgentJobHistoryInfo
Nel tipo AgentJobHistoryInfo sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
AgentJobHistoryInfo | Initializes a new instance of the AgentJobHistoryInfo class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Osservazioni
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.
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.