Condividi tramite


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
Metodo pubblico AgentJobHistoryInfo Initializes a new instance of the AgentJobHistoryInfo class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica LastRunDateTime Gets or sets the date and time when the last agent run message was logged.
Proprietà pubblica LastRunMessage Gets or sets the last message logged from a replication agent.
Proprietà pubblica Status Gets or sets the last status logged by a replication agent.
Proprietà pubblica UserData Gets or sets an object to which users can attach their own data.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication