MergeSessionStatus 枚举
Enumerates the status of a Merge Agent session.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public Enumeration MergeSessionStatus
用法
Dim instance As MergeSessionStatus
public enum MergeSessionStatus
public enum class MergeSessionStatus
type MergeSessionStatus
public enum MergeSessionStatus
成员
| 成员名称 | 说明 | |
|---|---|---|
| NotStarted | The session has not started. | |
| Starting | The agent is starting. | |
| Succeeded | The subscription was synchronized successfully. | |
| Running | The agent is running. | |
| Idle | The agent is idle. | |
| Retry | The agent is retrying the session. | |
| Failed | One or more failures occurred during the session. | |
| Interrupted | The agent was interrupted. |