Share via


MergeSessionSummary Members

Represents Merge Agent session information.

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

Public Constructors

  Name Description
MergeSessionSummary Creates an instance of the MergeSessionSummary class.

Top

Public Properties

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

Top

Public Methods

(see also Protected Methods )

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

Top

Protected Methods

  Name Description
ms156498.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms156498.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MergeSessionSummary Class
Microsoft.SqlServer.Replication Namespace

Other Resources

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