Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | |
|---|---|---|
![]() |
AgentJobHistoryInfo | Initializes a new instance of the AgentJobHistoryInfo class. |
Arriba
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
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. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
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.
.gif)
.gif)