Freigeben über


MergeSessionDetail-Klasse

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

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.MergeSessionDetail

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Syntax

'Declaration
Public NotInheritable Class MergeSessionDetail
'Usage
Dim instance As MergeSessionDetail
public sealed class MergeSessionDetail
public ref class MergeSessionDetail sealed
[<SealedAttribute>]
type MergeSessionDetail =  class end
public final class MergeSessionDetail

Der MergeSessionDetail-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MergeSessionDetail Creates an instance of the MergeSessionDetail class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication-Namespace