Compartir a través de


MergeSessionSummary Members

Represents Merge Agent session information.

The following tables list the members exposed by the MergeSessionSummary type.

Public Constructors

  Nombre Description
MergeSessionSummary Creates an instance of the MergeSessionSummary class.

Arriba

Public Properties

  Nombre Description
ms156498.pubproperty(es-es,SQL.90).gif CurrentPhase Gets or sets the current phase of an active session.
ms156498.pubproperty(es-es,SQL.90).gif Duration Gets or sets the length of the session, in seconds.
ms156498.pubproperty(es-es,SQL.90).gif EndTime Gets or sets the end time of the session.
ms156498.pubproperty(es-es,SQL.90).gif Errors Gets or sets the errors that occurred during the synchronization.
ms156498.pubproperty(es-es,SQL.90).gif LastMessage Gets or sets the last message returned by the agent during the session.
ms156498.pubproperty(es-es,SQL.90).gif NumberOfDownloads Gets or sets the number of rows downloaded during the session.
ms156498.pubproperty(es-es,SQL.90).gif NumberOfUploads Gets or sets the number of rows downloaded during the session.
ms156498.pubproperty(es-es,SQL.90).gif PercentComplete Gets or sets the progress of a running session, as a percentage.
ms156498.pubproperty(es-es,SQL.90).gif SessionId Gets or sets the identifier for the session.
ms156498.pubproperty(es-es,SQL.90).gif StartTime Gets or sets the starting time for the session.
ms156498.pubproperty(es-es,SQL.90).gif Status Gets or sets the status of the session.
ms156498.pubproperty(es-es,SQL.90).gif TimeRemaining Gets or sets the estimated time remaining for a running session.

Arriba

Public Methods

(see also Protected Methods )

  Nombre Description
ms156498.pubmethod(es-es,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms156498.pubmethod(es-es,SQL.90).gif GetHashCode  (inherited from Object )
ms156498.pubmethod(es-es,SQL.90).gif GetType  (inherited from Object )
ms156498.pubmethod(es-es,SQL.90).gifms156498.static(es-es,SQL.90).gif ReferenceEquals  (inherited from Object )
ms156498.pubmethod(es-es,SQL.90).gif ToString  (inherited from Object )

Arriba

Protected Methods

  Nombre Description
ms156498.protmethod(es-es,SQL.90).gif Finalize  (inherited from Object )
ms156498.protmethod(es-es,SQL.90).gif MemberwiseClone  (inherited from Object )

Arriba

Vea también

Referencia

MergeSessionSummary Class
Microsoft.SqlServer.Replication Namespace

Otros recursos

How to: Programmatically Monitor Replication (RMO Programming)
Subscriber Monitor Sample