Класс 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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication