Класс MergeSessionSummary

Represents Merge Agent session information.

Иерархия наследования

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..MergeSessionSummary

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class MergeSessionSummary
'Применение
Dim instance As MergeSessionSummary
public sealed class MergeSessionSummary
public ref class MergeSessionSummary sealed
[<SealedAttribute>]
type MergeSessionSummary =  class end
public final class MergeSessionSummary

Тип MergeSessionSummary обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод MergeSessionSummary Creates an instance of the MergeSessionSummary class.

В начало

Свойства

  Имя Описание
Открытое свойство CurrentPhase Gets or sets the current phase of an active session.
Открытое свойство Duration Gets or sets the length of the session, in seconds.
Открытое свойство EndTime Gets or sets the end time of the session.
Открытое свойство Errors Gets or sets the errors that occurred during the synchronization.
Открытое свойство LastMessage Gets or sets the last message returned by the agent during the session.
Открытое свойство NumberOfDownloads Gets or sets the number of rows downloaded during the session.
Открытое свойство NumberOfUploads Gets or sets the number of rows downloaded during the session.
Открытое свойство PercentComplete Gets or sets the progress of a running session, as a percentage.
Открытое свойство SessionId Gets or sets the identifier for the session.
Открытое свойство StartTime Gets or sets the starting time for the session.
Открытое свойство Status Gets or sets the status of the session.
Открытое свойство TimeRemaining Gets or sets the estimated time remaining for a running session.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

The MergeSessionSummary class represents a row returned by the sp_replmonitorhelpmergesession (Transact-SQL) stored procedure.

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

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.