Share via


Clase MergeSessionDetail

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..MergeSessionDetail

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class MergeSessionDetail
'Uso
Dim instance As MergeSessionDetail
public sealed class MergeSessionDetail
public ref class MergeSessionDetail sealed
[<SealedAttribute>]
type MergeSessionDetail =  class end
public final class MergeSessionDetail

El tipo MergeSessionDetail expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MergeSessionDetail Creates an instance of the MergeSessionDetail class.

Arriba

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.

Arriba

Métodos

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

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.