Freigeben über


AgentJobHistoryInfo-Klasse

Returns information about the results of the last run of a replication agent.

Vererbungshierarchie

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

Der AgentJobHistoryInfo-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode AgentJobHistoryInfo Initializes a new instance of the AgentJobHistoryInfo class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft LastRunDateTime Gets or sets the date and time when the last agent run message was logged.
Öffentliche Eigenschaft LastRunMessage Gets or sets the last message logged from a replication agent.
Öffentliche Eigenschaft Status Gets or sets the last status logged by a replication agent.
Öffentliche Eigenschaft UserData Gets or sets an object to which users can attach their own data.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

This namespace, class, or member is supported only in the Microsoft .NET Framework version 2.0.

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.