Share via


Clase MergeSessionSummary

Represents Merge Agent session information.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
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

El tipo MergeSessionSummary expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MergeSessionSummary Creates an instance of the MergeSessionSummary class.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

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.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.