다음을 통해 공유


MergeSessionSummary Members

Represents Merge Agent session information.

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

Public Constructors

  이름 Description
MergeSessionSummary Creates an instance of the MergeSessionSummary class.

위쪽

Public Properties

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

위쪽

Public Methods

(see also Protected Methods )

  이름 Description
ms156498.pubmethod(ko-kr,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms156498.pubmethod(ko-kr,SQL.90).gif GetHashCode  (inherited from Object )
ms156498.pubmethod(ko-kr,SQL.90).gif GetType  (inherited from Object )
ms156498.pubmethod(ko-kr,SQL.90).gifms156498.static(ko-kr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms156498.pubmethod(ko-kr,SQL.90).gif ToString  (inherited from Object )

위쪽

Protected Methods

  이름 Description
ms156498.protmethod(ko-kr,SQL.90).gif Finalize  (inherited from Object )
ms156498.protmethod(ko-kr,SQL.90).gif MemberwiseClone  (inherited from Object )

위쪽

참고 항목

참조

MergeSessionSummary Class
Microsoft.SqlServer.Replication Namespace

관련 자료

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