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 | |
---|---|---|
CurrentPhase | Gets or sets the current phase of an active session. | |
Duration | Gets or sets the length of the session, in seconds. | |
EndTime | Gets or sets the end time of the session. | |
Errors | Gets or sets the errors that occurred during the synchronization. | |
LastMessage | Gets or sets the last message returned by the agent during the session. | |
NumberOfDownloads | Gets or sets the number of rows downloaded during the session. | |
NumberOfUploads | Gets or sets the number of rows downloaded during the session. | |
PercentComplete | Gets or sets the progress of a running session, as a percentage. | |
SessionId | Gets or sets the identifier for the session. | |
StartTime | Gets or sets the starting time for the session. | |
Status | Gets or sets the status of the session. | |
TimeRemaining | Gets or sets the estimated time remaining for a running session. |
頂端
Public Methods
(see also Protected Methods )
名稱 | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
頂端
Protected Methods
名稱 | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
頂端
請參閱
參考
MergeSessionSummary Class
Microsoft.SqlServer.Replication Namespace
其他資源
How to: Programmatically Monitor Replication (RMO Programming)
Subscriber Monitor Sample