Compartilhar via


Classe MergeSessionSummary

Represents Merge Agent session information.

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..MergeSessionSummary

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

Sintaxe

'Declaração
Public NotInheritable Class MergeSessionSummary
'Uso
Dim instance As MergeSessionSummary
public sealed class MergeSessionSummary
public ref class MergeSessionSummary sealed
[<SealedAttribute>]
type MergeSessionSummary =  class end
public final class MergeSessionSummary

O tipo MergeSessionSummary expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MergeSessionSummary Creates an instance of the MergeSessionSummary class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.