Поделиться через


Элементы MergeSessionDetail

Represents detailed information about a step in a Merge Agent session.

Тип MergeSessionDetail предоставляет доступ к следующим элементам.

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

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

В начало

Методы

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

В начало

Свойства

  Имя Описание
Открытое свойство Conflicts Gets or sets the number of conflicts that occurred in the step.
Открытое свойство Deletes Gets or sets the number of deletes that were replicated in the step.
Открытое свойство DetailType Gets or sets the type of detail step represented by the object.
Открытое свойство Duration Gets or sets the duration of the detail step.
Открытое свойство Errors Gets or sets errors that occurred in the detail step.
Открытое свойство Inserts Gets or sets the number of inserts that were replicated in the step.
Открытое свойство Message Gets or sets the message returned by the Merge Agent during the step.
Открытое свойство PercentComplete Gets or sets the progress of the session during the step, as a percentage of the total session.
Открытое свойство PercentOfTotalTime Gets or sets the amount of type spent during this step, as a percentage of the total synchronization time of the session.
Открытое свойство RowsRetried Gets or sets the number of rows that were retried during the step.
Открытое свойство SchemaChanges Gets or sets the number of schema changes applied during the step.
Открытое свойство Updates Gets or sets the number of updates that were replicated during the step.

В начало