Compartir a través de


Clase AgentJobHistoryInfo

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Replication.AgentJobHistoryInfo

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class AgentJobHistoryInfo
'Uso
Dim instance As AgentJobHistoryInfo
public sealed class AgentJobHistoryInfo
public ref class AgentJobHistoryInfo sealed
[<SealedAttribute>]
type AgentJobHistoryInfo =  class end
public final class AgentJobHistoryInfo

El tipo AgentJobHistoryInfo expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público AgentJobHistoryInfo Initializes a new instance of the AgentJobHistoryInfo class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública LastRunDateTime Gets or sets the date and time when the last agent run message was logged.
Propiedad pública LastRunMessage Gets or sets the last message logged from a replication agent.
Propiedad pública Status Gets or sets the last status logged by a replication agent.
Propiedad pública UserData Gets or sets an object to which users can attach their own data.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication