Compartir a través de


MergeSessionDetail Miembros

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

El tipo MergeSessionDetail expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico MergeSessionDetail Creates an instance of the MergeSessionDetail class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Conflicts Gets or sets the number of conflicts that occurred in the step.
Propiedad pública Deletes Gets or sets the number of deletes that were replicated in the step.
Propiedad pública DetailType Gets or sets the type of detail step represented by the object.
Propiedad pública Duration Gets or sets the duration of the detail step.
Propiedad pública Errors Gets or sets errors that occurred in the detail step.
Propiedad pública Inserts Gets or sets the number of inserts that were replicated in the step.
Propiedad pública Message Gets or sets the message returned by the Merge Agent during the step.
Propiedad pública PercentComplete Gets or sets the progress of the session during the step, as a percentage of the total session.
Propiedad 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.
Propiedad pública RowsRetried Gets or sets the number of rows that were retried during the step.
Propiedad pública SchemaChanges Gets or sets the number of schema changes applied during the step.
Propiedad pública Updates Gets or sets the number of updates that were replicated during the step.

Principio