Condividi tramite


Classe MergeSessionSummary

Represents Merge Agent session information.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Replication.MergeSessionSummary

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

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

Nel tipo MergeSessionSummary sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MergeSessionSummary Creates an instance of the MergeSessionSummary class.

In alto

Proprietà

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

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

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.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Replication

Altre risorse

Monitorare la replica a livello di programmazione (programmazione RMO)

Subscriber Monitor Sample