Класс AgentJobHistoryInfo
Returns information about the results of the last run of a replication agent.
Иерархия наследования
System.Object
Microsoft.SqlServer.Replication.AgentJobHistoryInfo
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Public NotInheritable Class AgentJobHistoryInfo
'Применение
Dim instance As AgentJobHistoryInfo
public sealed class AgentJobHistoryInfo
public ref class AgentJobHistoryInfo sealed
[<SealedAttribute>]
type AgentJobHistoryInfo = class end
public final class AgentJobHistoryInfo
Тип AgentJobHistoryInfo обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
AgentJobHistoryInfo | Initializes a new instance of the AgentJobHistoryInfo class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
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. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.