Partager via


Classe MergeSessionDetail

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class MergeSessionDetail
'Utilisation
Dim instance As MergeSessionDetail
public sealed class MergeSessionDetail
public ref class MergeSessionDetail sealed
[<SealedAttribute>]
type MergeSessionDetail =  class end
public final class MergeSessionDetail

Le type MergeSessionDetail expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MergeSessionDetail Creates an instance of the MergeSessionDetail class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Conflicts Gets or sets the number of conflicts that occurred in the step.
Propriété publique Deletes Gets or sets the number of deletes that were replicated in the step.
Propriété publique DetailType Gets or sets the type of detail step represented by the object.
Propriété publique Duration Gets or sets the duration of the detail step.
Propriété publique Errors Gets or sets errors that occurred in the detail step.
Propriété publique Inserts Gets or sets the number of inserts that were replicated in the step.
Propriété publique Message Gets or sets the message returned by the Merge Agent during the step.
Propriété publique PercentComplete Gets or sets the progress of the session during the step, as a percentage of the total session.
Propriété publique PercentOfTotalTime Gets or sets the amount of type spent during this step, as a percentage of the total synchronization time of the session.
Propriété publique RowsRetried Gets or sets the number of rows that were retried during the step.
Propriété publique SchemaChanges Gets or sets the number of schema changes applied during the step.
Propriété publique Updates Gets or sets the number of updates that were replicated during the step.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.