Freigeben über


MergeSessionSummary-Klasse

Represents Merge Agent session information.

Vererbungshierarchie

System.Object
  Microsoft.SqlServer.Replication.MergeSessionSummary

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

Syntax

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

Der MergeSessionSummary-Typ macht folgende Elemente verfügbar.

Konstruktoren

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

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft CurrentPhase Gets or sets the current phase of an active session.
Öffentliche Eigenschaft Duration Gets or sets the length of the session, in seconds.
Öffentliche Eigenschaft EndTime Gets or sets the end time of the session.
Öffentliche Eigenschaft Errors Gets or sets the errors that occurred during the synchronization.
Öffentliche Eigenschaft LastMessage Gets or sets the last message returned by the agent during the session.
Öffentliche Eigenschaft NumberOfDownloads Gets or sets the number of rows downloaded during the session.
Öffentliche Eigenschaft NumberOfUploads Gets or sets the number of rows downloaded during the session.
Öffentliche Eigenschaft PercentComplete Gets or sets the progress of a running session, as a percentage.
Öffentliche Eigenschaft SessionId Gets or sets the identifier for the session.
Öffentliche Eigenschaft StartTime Gets or sets the starting time for the session.
Öffentliche Eigenschaft Status Gets or sets the status of the session.
Öffentliche Eigenschaft TimeRemaining Gets or sets the estimated time remaining for a running session.

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

Hinweise

The MergeSessionSummary class represents a row returned by the sp_replmonitorhelpmergesession (Transact-SQL) stored procedure.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

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

Andere Ressourcen

Programmgesteuertes Überwachen der Replikation (RMO-Programmierung)

Subscriber Monitor Sample