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