Compartilhar via


Membros MergeSessionDetail

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

O tipo MergeSessionDetail expõe os seguintes membros.

Construtores

  Nome Descrição
Método público MergeSessionDetail Creates an instance of the MergeSessionDetail class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública Conflicts Gets or sets the number of conflicts that occurred in the step.
Propriedade pública Deletes Gets or sets the number of deletes that were replicated in the step.
Propriedade pública DetailType Gets or sets the type of detail step represented by the object.
Propriedade pública Duration Gets or sets the duration of the detail step.
Propriedade pública Errors Gets or sets errors that occurred in the detail step.
Propriedade pública Inserts Gets or sets the number of inserts that were replicated in the step.
Propriedade pública Message Gets or sets the message returned by the Merge Agent during the step.
Propriedade pública PercentComplete Gets or sets the progress of the session during the step, as a percentage of the total session.
Propriedade pública PercentOfTotalTime Gets or sets the amount of type spent during this step, as a percentage of the total synchronization time of the session.
Propriedade pública RowsRetried Gets or sets the number of rows that were retried during the step.
Propriedade pública SchemaChanges Gets or sets the number of schema changes applied during the step.
Propriedade pública Updates Gets or sets the number of updates that were replicated during the step.

Início