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. |